public function GroupCreationEventInterface::getBundleId 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 GroupCreationEventInterface::getBundleId()
- GroupCreationEvent::getBundleId in src/
Event/ GroupCreationEvent.php - Returns the bundle ID of the group to which the permissions apply.
File
- src/
Event/ GroupCreationEventInterface.php, line 31
Class
- GroupCreationEventInterface
- The group creation event interface.
Namespace
Drupal\og\EventCode
public function getBundleId();