public function PanelizerEntityBean::entity_identifier in Bean (for Drupal 7) 7
Define the visible identifier of the identity.
File
- plugins/
entity/ PanelizerEntityBean.class.php, line 38 - Class for the Panelizer bean entity plugin.
Class
- PanelizerEntityBean
- Panelizer Entity bean plugin class.
Code
public function entity_identifier($entity) {
return t('This bean');
}