You are here

public function FieldablePanelsPaneEntity::entity_save in Fieldable Panels Panes (FPP) 7

File

plugins/entity/FieldablePanelsPaneEntity.class.php, line 45
Class for the Panelizer fieldable_panels_pane term entity plugin.

Class

FieldablePanelsPaneEntity
Panelizer Entity fieldable_panels_pane term plugin class.

Code

public function entity_save($entity) {
  return fieldable_panels_panes_save($entity);
}