public function FieldablePanelsPaneEntity::entity_bundle_label in Fieldable Panels Panes (FPP) 7
File
- plugins/
entity/ FieldablePanelsPaneEntity.class.php, line 59 - Class for the Panelizer fieldable_panels_pane term entity plugin.
Class
- FieldablePanelsPaneEntity
- Panelizer Entity fieldable_panels_pane term plugin class.
Code
public function entity_bundle_label() {
return t('Pane bundle');
}