You are here

public function PanelizerEntityUser::entity_identifier in Panelizer 7.3

Same name and namespace in other branches
  1. 7.2 plugins/entity/PanelizerEntityUser.class.php \PanelizerEntityUser::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/PanelizerEntityUser.class.php, line 40
Class for the Panelizer taxonomy term entity plugin.

Class

PanelizerEntityUser
Panelizer Entity user plugin class.

Code

public function entity_identifier($entity) {
  return t('This user');
}