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

