public function PanelizerEntityInterface::get_contexts in Panelizer 7.2
Same name and namespace in other branches
- 7.3 plugins/entity/PanelizerEntityDefault.class.php \PanelizerEntityInterface::get_contexts()
Fetch an object array of CTools contexts from panelizer information.
1 method overrides PanelizerEntityInterface::get_contexts()
- PanelizerEntityDefault::get_contexts in plugins/
entity/ PanelizerEntityDefault.class.php - Fetch an object array of CTools contexts from panelizer information.
File
- plugins/
entity/ PanelizerEntityDefault.class.php, line 97 - Base class for the Panelizer Entity plugin.
Class
- PanelizerEntityInterface
- Interface to describe how PanelizerEntity plugin objects are implemented.
Code
public function get_contexts($panelizer, $entity = NULL);