public function PanelizerEntityBean::entity_bundle_label in Bean (for Drupal 7) 7
Define the name of bundles on the entity.
File
- plugins/
entity/ PanelizerEntityBean.class.php, line 45 - Class for the Panelizer bean entity plugin.
Class
- PanelizerEntityBean
- Panelizer Entity bean plugin class.
Code
public function entity_bundle_label() {
return t('bean type');
}