public function PanelizerEntityParagraphsItem::entity_access in Paragraphs 7
1 call to PanelizerEntityParagraphsItem::entity_access()
- PanelizerEntityParagraphsItem::entity_allows_revisions in plugins/
panelizer/ entity/ PanelizerEntityParagraphsItem.class.php
File
- plugins/
panelizer/ entity/ PanelizerEntityParagraphsItem.class.php, line 41
Class
- PanelizerEntityParagraphsItem
- Panelizer Entity paragraphs item plugin class.
Code
public function entity_access($op, $entity) {
return entity_access($op, $this->entity_type, $entity);
}