You are here

public function PanelizerEntityInterface::get_default_panelizer_object in Panelizer 7.3

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

Load the named default panel for the bundle.

1 method overrides PanelizerEntityInterface::get_default_panelizer_object()
PanelizerEntityDefault::get_default_panelizer_object in plugins/entity/PanelizerEntityDefault.class.php
Load the named default display for the bundle.

File

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

Class

PanelizerEntityInterface
Interface to describe how PanelizerEntity plugin objects are implemented.

Code

public function get_default_panelizer_object($bundle, $name);