You are here

public function GroupRoleInterface::isInternal in Group 8

Same name and namespace in other branches
  1. 2.0.x src/Entity/GroupRoleInterface.php \Drupal\group\Entity\GroupRoleInterface::isInternal()

Returns whether the role is tied to a group type.

Return value

bool Whether the role is tied to a group type.

1 method overrides GroupRoleInterface::isInternal()
GroupRole::isInternal in src/Entity/GroupRole.php
Returns whether the role is tied to a group type.

File

src/Entity/GroupRoleInterface.php, line 37

Class

GroupRoleInterface
Provides an interface defining a group role entity.

Namespace

Drupal\group\Entity

Code

public function isInternal();