You are here

public function PermissionEvent::getGroupBundleId in Organic groups 8

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

Return value

string The bundle ID.

Overrides PermissionEventInterface::getGroupBundleId

File

src/Event/PermissionEvent.php, line 201

Class

PermissionEvent
Event that is fired when OG permissions are compiled.

Namespace

Drupal\og\Event

Code

public function getGroupBundleId() {
  return $this->groupBundleId;
}