public function GroupCreationEvent::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.
Overrides GroupCreationEventInterface::getEntityTypeId
File
- src/
Event/ GroupCreationEvent.php, line 44
Class
- GroupCreationEvent
- The group creation event.
Namespace
Drupal\og\EventCode
public function getEntityTypeId() {
return $this->entityTypeId;
}