public function PanelizerEntityInterface::is_page_manager_enabled in Panelizer 7.3
Identify whether page manager is enabled for this entity type.
Return value
bool
1 method overrides PanelizerEntityInterface::is_page_manager_enabled()
- PanelizerEntityDefault::is_page_manager_enabled in plugins/
entity/ PanelizerEntityDefault.class.php - Identify whether page manager is enabled for this entity type.
File
- plugins/
entity/ PanelizerEntityDefault.class.php, line 267 - Base class for the Panelizer Entity plugin.
Class
- PanelizerEntityInterface
- Interface to describe how PanelizerEntity plugin objects are implemented.
Code
public function is_page_manager_enabled();