function PanelizerEntityDefault::init in Panelizer 7.3
Same name and namespace in other branches
- 7.2 plugins/entity/PanelizerEntityDefault.class.php \PanelizerEntityDefault::init()
Initialize the plugin and store the plugin info.
Overrides PanelizerEntityInterface::init
1 call to PanelizerEntityDefault::init()
- PanelizerEntityTaxonomyTerm::init in plugins/
entity/ PanelizerEntityTaxonomyTerm.class.php - Initialize the plugin and store the plugin info.
1 method overrides PanelizerEntityDefault::init()
- PanelizerEntityTaxonomyTerm::init in plugins/
entity/ PanelizerEntityTaxonomyTerm.class.php - Initialize the plugin and store the plugin info.
File
- plugins/
entity/ PanelizerEntityDefault.class.php, line 314 - Base class for the Panelizer Entity plugin.
Class
- PanelizerEntityDefault
- Base class for the Panelizer Entity plugin.
Code
function init($plugin) {
$this->plugin = $plugin;
$this->entity_type = $plugin['name'];
}