You are here

function PanelizerEntityInterface::get_panelizer_object in Panelizer 7.2

Get a panelizer object for the key.

This must be implemented for each entity type, as the default object implements a special case for handling panelizer defaults.

1 method overrides PanelizerEntityInterface::get_panelizer_object()
PanelizerEntityDefault::get_panelizer_object in plugins/entity/PanelizerEntityDefault.class.php
Get a panelizer object for the key.

File

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

Class

PanelizerEntityInterface
Interface to describe how PanelizerEntity plugin objects are implemented.

Code

function get_panelizer_object($key);