public function PanelizerEntityFile::entity_identifier in File Entity (fieldable files) 7.3
Same name and namespace in other branches
- 7.2 plugins/entity/PanelizerEntityFile.class.php \PanelizerEntityFile::entity_identifier()
File
- plugins/
entity/ PanelizerEntityFile.class.php, line 60 - Class for the Panelizer file entity plugin.
Class
- PanelizerEntityFile
- Panelizer Entity file plugin class.
Code
public function entity_identifier($entity) {
return t('This file');
}