public function GroupRole::isInternal in Group 8
Same name and namespace in other branches
- 2.0.x src/Entity/GroupRole.php \Drupal\group\Entity\GroupRole::isInternal()
Returns whether the role is tied to a group type.
Return value
bool Whether the role is tied to a group type.
Overrides GroupRoleInterface::isInternal
File
- src/
Entity/ GroupRole.php, line 154
Class
- GroupRole
- Defines the Group role configuration entity.
Namespace
Drupal\group\EntityCode
public function isInternal() {
return $this->internal;
}