function RoleInterface::grantPermission
Same name in other branches
- 9 core/modules/user/src/RoleInterface.php \Drupal\user\RoleInterface::grantPermission()
- 10 core/modules/user/src/RoleInterface.php \Drupal\user\RoleInterface::grantPermission()
- 11.x core/modules/user/src/RoleInterface.php \Drupal\user\RoleInterface::grantPermission()
Grant permissions to the role.
Parameters
string $permission: The permission to grant.
Return value
$this
1 method overrides RoleInterface::grantPermission()
- Role::grantPermission in core/
modules/ user/ src/ Entity/ Role.php - Grant permissions to the role.
File
-
core/
modules/ user/ src/ RoleInterface.php, line 52
Class
- RoleInterface
- Provides an interface defining a user role entity.
Namespace
Drupal\userCode
public function grantPermission($permission);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.