public function PanelizerEntityInterface::entity_bundle_label in Panelizer 7.3
Same name and namespace in other branches
- 7.2 plugins/entity/PanelizerEntityDefault.class.php \PanelizerEntityInterface::entity_bundle_label()
Get the name of bundles on the entity.
Entity API doesn't give us a way to determine this, so the class must do this.
Return value
A translated, safe string.
1 method overrides PanelizerEntityInterface::entity_bundle_label()
- PanelizerEntityDefault::entity_bundle_label in plugins/
entity/ PanelizerEntityDefault.class.php - Get the name of bundles on the entity.
File
- plugins/
entity/ PanelizerEntityDefault.class.php, line 252 - Base class for the Panelizer Entity plugin.
Class
- PanelizerEntityInterface
- Interface to describe how PanelizerEntity plugin objects are implemented.
Code
public function entity_bundle_label();