public function PanelizerEntityInterface::get_page_manager_task_name in Panelizer 7.3
Obtain the machine name of the Page Manager task.
Return value
string The machine name for the Page Manager task; returns FALSE if this entity does not support Page Manager.
1 method overrides PanelizerEntityInterface::get_page_manager_task_name()
- PanelizerEntityDefault::get_page_manager_task_name in plugins/
entity/ PanelizerEntityDefault.class.php - Obtain the machine name of the Page Manager task.
File
- plugins/
entity/ PanelizerEntityDefault.class.php, line 180 - Base class for the Panelizer Entity plugin.
Class
- PanelizerEntityInterface
- Interface to describe how PanelizerEntity plugin objects are implemented.
Code
public function get_page_manager_task_name();