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