You are here

protected property UserPermissionsBase::$permissions in JSON-RPC 2.x

Same name and namespace in other branches
  1. 8 modules/jsonrpc_core/src/Plugin/jsonrpc/Method/UserPermissionsBase.php \Drupal\jsonrpc_core\Plugin\jsonrpc\Method\UserPermissionsBase::permissions

The permissions handler service.

Type: \Drupal\user\PermissionHandlerInterface

File

modules/jsonrpc_core/src/Plugin/jsonrpc/Method/UserPermissionsBase.php, line 19

Class

UserPermissionsBase
Base method for methods that ned access to the user.permissions service.

Namespace

Drupal\jsonrpc_core\Plugin\jsonrpc\Method

Code

protected $permissions;