public function GroupRoleInterface::isOutsider in Group 2.0.x
Same name and namespace in other branches
- 8 src/Entity/GroupRoleInterface.php \Drupal\group\Entity\GroupRoleInterface::isOutsider()
Returns whether the role is for an outsider.
Return value
bool Whether the role is for an outsider.
1 method overrides GroupRoleInterface::isOutsider()
- GroupRole::isOutsider in src/
Entity/ GroupRole.php - Returns whether the role is for an outsider.
File
- src/
Entity/ GroupRoleInterface.php, line 53
Class
- GroupRoleInterface
- Provides an interface defining a group role entity.
Namespace
Drupal\group\EntityCode
public function isOutsider();