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