RoleInterface::hasPermission

public RoleInterface::hasPermission($permission)

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.

File

core/modules/user/src/RoleInterface.php, line 42

Class

RoleInterface
Provides an interface defining a user role entity.

Namespace

Drupal\user

Code

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

Please login to continue.