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