Function Module_cms_comcode_pages->has_integrated_menu_editing
Definitions
cms/pages/modules/cms_comcode_pages.php
- Whether the Comcode page editor has integrated menu editing.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $page_link | string | No | No | required parameter | N/A | N/A | Page-link of page |
Returns
- Whether it has
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Whether the Comcode page editor has integrated menu editing.
*
* @param string $page_link Page-link of page
* @return boolean Whether it has
*/
protected function has_integrated_menu_editing(string $page_link) : bool
* Whether the Comcode page editor has integrated menu editing.
*
* @param string $page_link Page-link of page
* @return boolean Whether it has
*/
protected function has_integrated_menu_editing(string $page_link) : bool

