You are here

public function PanelizerEntityTaxonomyTerm::entity_identifier in Panelizer 7.2

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

Class

PanelizerEntityTaxonomyTerm
Panelizer Entity taxonomy term plugin class.

Code

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