You are here

public function GroupCreationEvent::getBundleId in Organic groups 8

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

Return value

string The bundle ID.

Overrides GroupCreationEventInterface::getBundleId

File

src/Event/GroupCreationEvent.php, line 51

Class

GroupCreationEvent
The group creation event.

Namespace

Drupal\og\Event

Code

public function getBundleId() {
  return $this->bundleId;
}