public function OgMembershipInterface::getGroupBundle in Organic groups 8
Gets the group entity bundle.
Return value
string The bundle.
1 method overrides OgMembershipInterface::getGroupBundle()
- OgMembership::getGroupBundle in src/
Entity/ OgMembership.php - Gets the group entity bundle.
File
- src/
OgMembershipInterface.php, line 121
Class
- OgMembershipInterface
- Provides an interface for OG memberships.
Namespace
Drupal\ogCode
public function getGroupBundle() : string;