public function GroupRoleInterface::getGroupTypeId in Group 2.0.x
Same name and namespace in other branches
- 8 src/Entity/GroupRoleInterface.php \Drupal\group\Entity\GroupRoleInterface::getGroupTypeId()
Returns the ID of the group type this role belongs to.
Return value
string The ID of the group type this role belongs to.
1 method overrides GroupRoleInterface::getGroupTypeId()
- GroupRole::getGroupTypeId in src/
Entity/ GroupRole.php - Returns the ID of the group type this role belongs to.
File
- src/
Entity/ GroupRoleInterface.php, line 77
Class
- GroupRoleInterface
- Provides an interface defining a group role entity.
Namespace
Drupal\group\EntityCode
public function getGroupTypeId();