public function PanelizerEntityInterface::access_default_panelizer_object in Panelizer 7.3
Same name and namespace in other branches
- 7.2 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 65 - 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);