public function PanelizerEntityTaxonomyTerm::entity_allows_revisions in Panelizer 7.2
Implement the save function for the entity.
Overrides PanelizerEntityDefault::entity_allows_revisions
File
- plugins/
entity/ PanelizerEntityTaxonomyTerm.class.php, line 40 - Class for the Panelizer taxonomy term entity plugin.
Class
- PanelizerEntityTaxonomyTerm
- Panelizer Entity taxonomy term plugin class.
Code
public function entity_allows_revisions($entity) {
return array(
FALSE,
FALSE,
);
}