You are here

public function PanelizerEntityFile::entity_bundle_label in File Entity (fieldable files) 7.2

Same name and namespace in other branches
  1. 7.3 plugins/entity/PanelizerEntityFile.class.php \PanelizerEntityFile::entity_bundle_label()

File

plugins/entity/PanelizerEntityFile.class.php, line 64
Class for the Panelizer file entity plugin.

Class

PanelizerEntityFile
Panelizer Entity file plugin class.

Code

public function entity_bundle_label() {
  return t('File type');
}