Function Hook_admin_stats_links->generate_final_data
Definitions
sources/hooks/modules/admin_stats/links.php
- Generate final data from preprocessed data.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$bucket | string | required parameter | N/A | N/A | Data bucket we want data for |
$pivot | string | required parameter | N/A | N/A | Pivot value |
$filters | array | required parameter | N/A | N/A | Map of filters (including pivot if applicable) |
Return
- Final data in standardised map format (null: could not generate)
- Type: ?array
- Set: N/A
- Range: N/A