public function PanelizerEntityNode::entity_identifier in Panelizer 7.2
Same name and namespace in other branches
- 7.3 plugins/entity/PanelizerEntityNode.class.php \PanelizerEntityNode::entity_identifier()
Get the visible identifier if the identity.
This is overridable because it can be a bit awkward using the default label.
Overrides PanelizerEntityDefault::entity_identifier
File
- plugins/
entity/ PanelizerEntityNode.class.php, line 33 - Class for the Panelizer node entity plugin.
Class
- PanelizerEntityNode
- Panelizer Entity node plugin class.
Code
public function entity_identifier($entity) {
return t('This node');
}