You are here

public function PermissionEventInterface::getGroupEntityTypeId 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 PermissionEventInterface::getGroupEntityTypeId()
PermissionEvent::getGroupEntityTypeId in src/Event/PermissionEvent.php
Returns the entity type ID of the group to which the permissions apply.

File

src/Event/PermissionEventInterface.php, line 142

Class

PermissionEventInterface
Interface for PermissionEvent classes.

Namespace

Drupal\og\Event

Code

public function getGroupEntityTypeId();