You are here

public function PanelizerEntityInterface::entity_save in Panelizer 7.3

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

Implement the save function for the entity.

5 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.
PanelizerEntityDefault::reset_entity_panelizer in plugins/entity/PanelizerEntityDefault.class.php
Reset displays so that the defaults can be used instead.
4 methods override PanelizerEntityInterface::entity_save()
PanelizerEntityComment::entity_save in plugins/entity/PanelizerEntityComment.class.php
Implement the save function for the entity.
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 216
Base class for the Panelizer Entity plugin.

Class

PanelizerEntityInterface
Interface to describe how PanelizerEntity plugin objects are implemented.

Code

public function entity_save($entity);