You are here

public function OgMembershipInterface::getGroupId in Organic groups 8

Gets the group entity ID.

Return value

string The entity identifier.

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

File

src/OgMembershipInterface.php, line 129

Class

OgMembershipInterface
Provides an interface for OG memberships.

Namespace

Drupal\og

Code

public function getGroupId() : string;