Function Hook_addon_registry_news->get_news_map
Definitions
sources/hooks/systems/addon_registry/news.php
- Get a map of data for news templates.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- Map of data for news templates
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a map of data for news templates.
*
* @return array Map of data for news templates
*/
protected function get_news_map() : array
* Get a map of data for news templates.
*
* @return array Map of data for news templates
*/
protected function get_news_map() : array

