You are here

public function PermissionHandlerInterface::moduleProvidesPermissions in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/PermissionHandlerInterface.php \Drupal\user\PermissionHandlerInterface::moduleProvidesPermissions()

Determines whether a module provides some permissions.

Parameters

string $module_name: The module name.

Return value

bool Returns TRUE if the module provides some permissions, otherwise FALSE.

1 method overrides PermissionHandlerInterface::moduleProvidesPermissions()
PermissionHandler::moduleProvidesPermissions in core/modules/user/src/PermissionHandler.php
Determines whether a module provides some permissions.

File

core/modules/user/src/PermissionHandlerInterface.php, line 55
Contains \Drupal\user\PermissionHandlerInterface.

Class

PermissionHandlerInterface
Defines an interface to list available permissions.

Namespace

Drupal\user

Code

public function moduleProvidesPermissions($module_name);