protected property GroupRole::$permissions_ui in Group 8
Same name and namespace in other branches
- 2.0.x src/Entity/GroupRole.php \Drupal\group\Entity\GroupRole::permissions_ui
Whether the role shows in the default permissions UI.
By default, group roles show on the permissions page regardless of their 'internal' property. If you want to hide a group role from that UI, you can do so by setting this to FALSE.
Type: bool
File
- src/
Entity/ GroupRole.php, line 120
Class
- GroupRole
- Defines the Group role configuration entity.
Namespace
Drupal\group\EntityCode
protected $permissions_ui = TRUE;