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