public function GroupRoleInterface::getPermissions in Group 8
Same name and namespace in other branches
- 2.0.x src/Entity/GroupRoleInterface.php \Drupal\group\Entity\GroupRoleInterface::getPermissions()
Returns a list of permissions assigned to the role.
Return value
array The permissions assigned to the role.
1 method overrides GroupRoleInterface::getPermissions()
- GroupRole::getPermissions in src/
Entity/ GroupRole.php - Returns a list of permissions assigned to the role.
File
- src/
Entity/ GroupRoleInterface.php, line 93
Class
- GroupRoleInterface
- Provides an interface defining a group role entity.
Namespace
Drupal\group\EntityCode
public function getPermissions();