You are here

public function OgMembershipInterface::getGroupEntityType in Organic groups 8

Gets the group entity type.

Return value

string The entity type.

1 method overrides OgMembershipInterface::getGroupEntityType()
OgMembership::getGroupEntityType in src/Entity/OgMembership.php
Gets the group entity type.

File

src/OgMembershipInterface.php, line 113

Class

OgMembershipInterface
Provides an interface for OG memberships.

Namespace

Drupal\og

Code

public function getGroupEntityType() : string;