You are here

public function GroupRoleInterface::grantAllPermissions in Group 8

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

Grants all available permissions to the role.

Return value

\Drupal\group\Entity\GroupRoleInterface The group role this was called on.

1 method overrides GroupRoleInterface::grantAllPermissions()
GroupRole::grantAllPermissions in src/Entity/GroupRole.php
Grants all available permissions to the role.

File

src/Entity/GroupRoleInterface.php, line 134

Class

GroupRoleInterface
Provides an interface defining a group role entity.

Namespace

Drupal\group\Entity

Code

public function grantAllPermissions();