You are here

public function PanelizerEntityInterface::check_page_manager_status in Panelizer 7.3

Check if the necessary Page Manager display is enabled and the appropriate variant has not been disabled.

Return value

boolean Whether or not both the Page Manager display and the variant are enabled.

1 method overrides PanelizerEntityInterface::check_page_manager_status()
PanelizerEntityDefault::check_page_manager_status in plugins/entity/PanelizerEntityDefault.class.php
Check if the necessary Page Manager display is enabled and the appropriate variant has not been disabled.

File

plugins/entity/PanelizerEntityDefault.class.php, line 38
Base class for the Panelizer Entity plugin.

Class

PanelizerEntityInterface
Interface to describe how PanelizerEntity plugin objects are implemented.

Code

public function check_page_manager_status();