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