You are here

public function PanelizerEntityTaxonomyTerm::entity_save in Panelizer 7.2

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

Implement the save function for the entity.

Overrides PanelizerEntityInterface::entity_save

File

plugins/entity/PanelizerEntityTaxonomyTerm.class.php, line 33
Class for the Panelizer taxonomy term entity plugin.

Class

PanelizerEntityTaxonomyTerm
Panelizer Entity taxonomy term plugin class.

Code

public function entity_save($entity) {
  taxonomy_term_save($entity);
}