Function Hook_addon_registry_core->preview_main_multi_content
Definitions
sources/hooks/systems/addon_registry/core.php
- Get a preview of main_multi_content render mode.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $render_mode | string | No | No | required parameter | boxes carousel grid list mosaic slider table tiles | N/A | The render mode |
Returns
- Template map array
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get a preview of main_multi_content render mode.
*
* @param string $render_mode The render mode
* @set boxes carousel grid list mosaic slider table tiles
* @return array Template map array
*/
public function preview_main_multi_content(string $render_mode) : array
* Get a preview of main_multi_content render mode.
*
* @param string $render_mode The render mode
* @set boxes carousel grid list mosaic slider table tiles
* @return array Template map array
*/
public function preview_main_multi_content(string $render_mode) : array

