public function PanelizerEntityNode::entity_save in Panelizer 7.2
Same name and namespace in other branches
- 7.3 plugins/entity/PanelizerEntityNode.class.php \PanelizerEntityNode::entity_save()
Implement the save function for the entity.
Overrides PanelizerEntityInterface::entity_save
File
- plugins/
entity/ PanelizerEntityNode.class.php, line 29 - Class for the Panelizer node entity plugin.
Class
- PanelizerEntityNode
- Panelizer Entity node plugin class.
Code
public function entity_save($entity) {
node_save($entity);
}