Function Hook_CMA->get_special_keymap_headings
Definitions
sources/content.php
- Get headings of special relevant data this content type supports.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A map of heading codenames to Tempcode labels
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get headings of special relevant data this content type supports.
*
* @return array A map of heading codenames to Tempcode labels
*/
public function get_special_keymap_headings() : array
* Get headings of special relevant data this content type supports.
*
* @return array A map of heading codenames to Tempcode labels
*/
public function get_special_keymap_headings() : array

