You are here

public function PanelizerEntityParagraphsItem::entity_save in Paragraphs 7

File

plugins/panelizer/entity/PanelizerEntityParagraphsItem.class.php, line 48

Class

PanelizerEntityParagraphsItem
Panelizer Entity paragraphs item plugin class.

Code

public function entity_save($entity) {
  entity_save($this->entity_type, $entity);
}