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