public function PanelizerEntityBean::entity_save in Bean (for Drupal 7) 7
Implement the save function for the entity.
File
- plugins/
entity/ PanelizerEntityBean.class.php, line 31 - Class for the Panelizer bean entity plugin.
Class
- PanelizerEntityBean
- Panelizer Entity bean plugin class.
Code
public function entity_save($entity) {
bean_save($entity);
}