You are here

public function PanelizerInterface::getPermissions in Panelizer 8.5

Same name and namespace in other branches
  1. 8.3 src/PanelizerInterface.php \Drupal\panelizer\PanelizerInterface::getPermissions()
  2. 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\panelizer

Code

public function getPermissions();