You are here

public function PanelizerEntityInterface::entity_identifier in Panelizer 7.2

Same name and namespace in other branches
  1. 7.3 plugins/entity/PanelizerEntityDefault.class.php \PanelizerEntityInterface::entity_identifier()

Get the visible identifier of the identity.

This is overridable because it can be a bit awkward using the default label.

Return value

A translated, safe string.

1 method overrides PanelizerEntityInterface::entity_identifier()
PanelizerEntityDefault::entity_identifier in plugins/entity/PanelizerEntityDefault.class.php
Get the visible identifier if the identity.

File

plugins/entity/PanelizerEntityDefault.class.php, line 136
Base class for the Panelizer Entity plugin.

Class

PanelizerEntityInterface
Interface to describe how PanelizerEntity plugin objects are implemented.

Code

public function entity_identifier($entity);