RoleInterface::getPermissions

public RoleInterface::getPermissions()

Returns a list of permissions assigned to the role.

Return value

array The 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\user

Code

public function getPermissions();
doc_Drupal
2016-10-29 09:38:51
Comments
Leave a Comment

Please login to continue.