You are here

public function PanelizerEntityInterface::init in Panelizer 7.2

Same name and namespace in other branches
  1. 7.3 plugins/entity/PanelizerEntityDefault.class.php \PanelizerEntityInterface::init()

Initialize the plugin object.

1 method overrides PanelizerEntityInterface::init()
PanelizerEntityDefault::init in plugins/entity/PanelizerEntityDefault.class.php
Initialize the plugin and store the plugin info.

File

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

Class

PanelizerEntityInterface
Interface to describe how PanelizerEntity plugin objects are implemented.

Code

public function init($plugin);