Function Hook_addon_registry_core_locations->get_author
Definitions
sources/hooks/systems/addon_registry/core_locations.php
- Get the addon author.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The author
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the addon author.
*
* @return string The author
*/
public function get_author() : string
* Get the addon author.
*
* @return string The author
*/
public function get_author() : string

