Function Hook_addon_registry_authors->get_description

Definitions

sources/hooks/systems/addon_registry/authors.php

  • Get the description of the addon.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • Description of the addon
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the description of the addon.
 *
 * @return string Description of the addon
 */

public function get_description() : string