You are here

protected property GroupRole::$internal in Group 2.0.x

Same name and namespace in other branches
  1. 8 src/Entity/GroupRole.php \Drupal\group\Entity\GroupRole::internal

Whether the group role is used internally.

Internal roles cannot be edited or assigned directly. They do not show in the list of group roles to edit or assign and do not have an individual permissions page either. Examples of these are the special group roles 'anonymous', 'outsider' and 'member'.

Type: bool

File

src/Entity/GroupRole.php, line 93

Class

GroupRole
Defines the Group role configuration entity.

Namespace

Drupal\group\Entity

Code

protected $internal = FALSE;