You are here

public function PermissionEventInterface::getGroupBundleId in Organic groups 8

Returns the bundle ID of the group to which the permissions apply.

Return value

string The bundle ID.

1 method overrides PermissionEventInterface::getGroupBundleId()
PermissionEvent::getGroupBundleId in src/Event/PermissionEvent.php
Returns the bundle ID of the group to which the permissions apply.

File

src/Event/PermissionEventInterface.php, line 150

Class

PermissionEventInterface
Interface for PermissionEvent classes.

Namespace

Drupal\og\Event

Code

public function getGroupBundleId();