public function PanelizerInterface::getPermissions in Panelizer 8.3
Same name and namespace in other branches
- 8.5 src/PanelizerInterface.php \Drupal\panelizer\PanelizerInterface::getPermissions()
- 8.4 src/PanelizerInterface.php \Drupal\panelizer\PanelizerInterface::getPermissions()
Get permissions for all panelized entity types and bundles.
Return value
array Associative array intended to be returned by hook_permission().
See also
hook_permission()
1 method overrides PanelizerInterface::getPermissions()
- Panelizer::getPermissions in src/
Panelizer.php - Get permissions for all panelized entity types and bundles.
File
- src/
PanelizerInterface.php, line 200
Class
- PanelizerInterface
- Interface for the Panelizer service.
Namespace
Drupal\panelizerCode
public function getPermissions();