Function CMSStatsHookBase->category_info
Definitions
sources/stats.php
- Find metadata about stats categories that are defined by this stats hook.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Map of metadata (null: hook is disabled)
- Type: ?array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find metadata about stats categories that are defined by this stats hook.
*
* @return ?array Map of metadata (null: hook is disabled)
*/
public function category_info() : ?array
* Find metadata about stats categories that are defined by this stats hook.
*
* @return ?array Map of metadata (null: hook is disabled)
*/
public function category_info() : ?array