You are here

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

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

Implement the save function for the entity.

File

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

Class

PanelizerEntityFile
Panelizer Entity file plugin class.

Code

public function entity_allows_revisions($entity) {
  return array(
    FALSE,
    FALSE,
  );
}