You are here

public function GroupRoleInterface::grantPermission in Group 2.0.x

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

Grants a permission to the role.

Parameters

string $permission: The permission to grant.

Return value

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

1 method overrides GroupRoleInterface::grantPermission()
GroupRole::grantPermission in src/Entity/GroupRole.php
Grants a permission to the role.

File

src/Entity/GroupRoleInterface.php, line 115

Class

GroupRoleInterface
Provides an interface defining a group role entity.

Namespace

Drupal\group\Entity

Code

public function grantPermission($permission);