Function Hook_addon_registry_core_abstract_interfaces->tpl_previews_extra
Definitions
sources/hooks/systems/addon_registry/core_abstract_interfaces.php
- Get previews that do not map to any specific template, or otherwise would not be returnable from tpl_previews.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- The previews
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get previews that do not map to any specific template, or otherwise would not be returnable from tpl_previews.
*
* @return array The previews
*/
public function tpl_previews_extra() : array
* Get previews that do not map to any specific template, or otherwise would not be returnable from tpl_previews.
*
* @return array The previews
*/
public function tpl_previews_extra() : array

