You are here

public function GroupRoleInterface::getGroupType in Group 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/GroupRoleInterface.php \Drupal\group\Entity\GroupRoleInterface::getGroupType()

Returns the group type this role belongs to.

Return value

\Drupal\group\Entity\GroupTypeInterface The group type this role belongs to.

1 method overrides GroupRoleInterface::getGroupType()
GroupRole::getGroupType in src/Entity/GroupRole.php
Returns the group type this role belongs to.

File

src/Entity/GroupRoleInterface.php, line 69

Class

GroupRoleInterface
Provides an interface defining a group role entity.

Namespace

Drupal\group\Entity

Code

public function getGroupType();