public function PanelizerEntityInterface::has_default_panel in Panelizer 7.3
Same name and namespace in other branches
- 7.2 plugins/entity/PanelizerEntityDefault.class.php \PanelizerEntityInterface::has_default_panel()
Determine if a bundle has a defalt panel
1 method overrides PanelizerEntityInterface::has_default_panel()
- PanelizerEntityDefault::has_default_panel in plugins/
entity/ PanelizerEntityDefault.class.php - Determine if a bundle has a default display.
File
- plugins/
entity/ PanelizerEntityDefault.class.php, line 75 - Base class for the Panelizer Entity plugin.
Class
- PanelizerEntityInterface
- Interface to describe how PanelizerEntity plugin objects are implemented.
Code
public function has_default_panel($bundle);