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