public function PanelizerEntityComment::entity_identifier in Panelizer 7.3
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/ PanelizerEntityComment.class.php, line 40 - Class for the Panelizer comment entity plugin.
Class
- PanelizerEntityComment
- Panelizer Entity comment plugin class.
Code
public function entity_identifier($entity) {
return t('This comment');
}