You are here

public function GroupRole::isInternal in Group 8

Same name and namespace in other branches
  1. 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\Entity

Code

public function isInternal() {
  return $this->internal;
}