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