You are here

public function FieldablePanelsPaneEntity::entity_identifier in Fieldable Panels Panes (FPP) 7

File

plugins/entity/FieldablePanelsPaneEntity.class.php, line 52
Class for the Panelizer fieldable_panels_pane term entity plugin.

Class

FieldablePanelsPaneEntity
Panelizer Entity fieldable_panels_pane term plugin class.

Code

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