public function PanelizerEntityInterface::get_base_contexts in Panelizer 7.3
Same name and namespace in other branches
- 7.2 plugins/entity/PanelizerEntityDefault.class.php \PanelizerEntityInterface::get_base_contexts()
Callback to get the base context for a panelized entity
1 method overrides PanelizerEntityInterface::get_base_contexts()
- PanelizerEntityDefault::get_base_contexts in plugins/
entity/ PanelizerEntityDefault.class.php - Callback to get the base context for a panelized entity
File
- plugins/
entity/ PanelizerEntityDefault.class.php, line 157 - Base class for the Panelizer Entity plugin.
Class
- PanelizerEntityInterface
- Interface to describe how PanelizerEntity plugin objects are implemented.
Code
public function get_base_contexts($entity = NULL);