You are here

public function PanelizerEntityInterface::access_default_panelizer_object in Panelizer 7.2

Same name and namespace in other branches
  1. 7.3 plugins/entity/PanelizerEntityDefault.class.php \PanelizerEntityInterface::access_default_panelizer_object()

Determine if the current user has access to the $panelizer.

1 method overrides PanelizerEntityInterface::access_default_panelizer_object()
PanelizerEntityDefault::access_default_panelizer_object in plugins/entity/PanelizerEntityDefault.class.php
Determine if the current user has access to the $panelizer.

File

plugins/entity/PanelizerEntityDefault.class.php, line 56
Base class for the Panelizer Entity plugin.

Class

PanelizerEntityInterface
Interface to describe how PanelizerEntity plugin objects are implemented.

Code

public function access_default_panelizer_object($panelizer);