You are here

public function PermissionEvent::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.

Overrides PermissionEventInterface::getGroupEntityTypeId

File

src/Event/PermissionEvent.php, line 194

Class

PermissionEvent
Event that is fired when OG permissions are compiled.

Namespace

Drupal\og\Event

Code

public function getGroupEntityTypeId() {
  return $this->groupEntityTypeId;
}