public function GroupCreationEventInterface::getEntityTypeId in Organic groups 8
Returns the entity type ID of the group to which the permissions apply.
Return value
string The entity type ID.
1 method overrides GroupCreationEventInterface::getEntityTypeId()
- GroupCreationEvent::getEntityTypeId in src/
Event/ GroupCreationEvent.php - Returns the entity type ID of the group to which the permissions apply.
File
- src/
Event/ GroupCreationEventInterface.php, line 23
Class
- GroupCreationEventInterface
- The group creation event interface.
Namespace
Drupal\og\EventCode
public function getEntityTypeId();