public function GroupRoleInterface::getGroupType in Group 2.0.x
Same name and namespace in other branches
- 8 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\EntityCode
public function getGroupType();