You are here

public function PanelizerEntityInterface::entity_save in Panelizer 7.2

Same name and namespace in other branches
  1. 7.3 plugins/entity/PanelizerEntityDefault.class.php \PanelizerEntityInterface::entity_save()

Implement the save function for the entity.

4 calls to PanelizerEntityInterface::entity_save()
PanelizerEntityDefault::page_content in plugins/entity/PanelizerEntityDefault.class.php
PanelizerEntityDefault::page_context in plugins/entity/PanelizerEntityDefault.class.php
PanelizerEntityDefault::page_layout in plugins/entity/PanelizerEntityDefault.class.php
PanelizerEntityDefault::page_settings in plugins/entity/PanelizerEntityDefault.class.php
Switched page callback to give the settings form.
3 methods override PanelizerEntityInterface::entity_save()
PanelizerEntityNode::entity_save in plugins/entity/PanelizerEntityNode.class.php
Implement the save function for the entity.
PanelizerEntityTaxonomyTerm::entity_save in plugins/entity/PanelizerEntityTaxonomyTerm.class.php
Implement the save function for the entity.
PanelizerEntityUser::entity_save in plugins/entity/PanelizerEntityUser.class.php
Implement the save function for the entity.

File

plugins/entity/PanelizerEntityDefault.class.php, line 112
Base class for the Panelizer Entity plugin.

Class

PanelizerEntityInterface
Interface to describe how PanelizerEntity plugin objects are implemented.

Code

public function entity_save($entity);