Function Hook_admin_stats_events->get_top_events
Definitions
sources/hooks/modules/admin_stats/events.php
- Get a list of top events.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- List of events
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a list of top events.
*
* @return array List of events
*/
protected function get_top_events() : array
* Get a list of top events.
*
* @return array List of events
*/
protected function get_top_events() : array

