Function Hook_addon_registry_awards->enumerate_predefined_content
Definitions
sources/hooks/systems/addon_registry/awards.php
- Find available predefined content, and what is installed.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A map of available predefined content codenames, and details (if installed, and title)
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find available predefined content, and what is installed.
*
* @return array A map of available predefined content codenames, and details (if installed, and title)
*/
public function enumerate_predefined_content() : array
* Find available predefined content, and what is installed.
*
* @return array A map of available predefined content codenames, and details (if installed, and title)
*/
public function enumerate_predefined_content() : array