You are here

public function PanelizerEntityParagraphsItem::entity_bundle_label in Paragraphs 7

File

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

Class

PanelizerEntityParagraphsItem
Panelizer Entity paragraphs item plugin class.

Code

public function entity_bundle_label() {
  return t('Paragraph item');
}