Function Hook_fields_guid->get_field_guid

Definitions

sources/hooks/systems/fields/guid.php

  • Get a GUID.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The GUID
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get a GUID.
 *
 * @return string The GUID
 */

public function get_field_guid() : string