You are here

public function PermissionEventInterface::getPermissions in Organic groups 8

Returns all the permissions.

Return value

\Drupal\og\PermissionInterface[] An associative array of permissions, keyed by permission name.

1 method overrides PermissionEventInterface::getPermissions()
PermissionEvent::getPermissions in src/Event/PermissionEvent.php
Returns all the permissions.

File

src/Event/PermissionEventInterface.php, line 63

Class

PermissionEventInterface
Interface for PermissionEvent classes.

Namespace

Drupal\og\Event

Code

public function getPermissions();