You are here

public function PanelizerEntityParagraphsItem::entity_identifier in Paragraphs 7

File

plugins/panelizer/entity/PanelizerEntityParagraphsItem.class.php, line 55

Class

PanelizerEntityParagraphsItem
Panelizer Entity paragraphs item plugin class.

Code

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