public function PanelizerEntityInterface::get_default_panelizer_object in Panelizer 7.2
Same name and namespace in other branches
- 7.3 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 panel for the bundle.
File
- plugins/
entity/ PanelizerEntityDefault.class.php, line 51 - 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);