You are here

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

File

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

Class

FieldablePanelsPaneEntity
Panelizer Entity fieldable_panels_pane term plugin class.

Code

public function entity_access($op, $entity) {
  return fieldable_panels_panes_access($op, $entity);
}