You are here

protected property UserPermissionsForm::$permissionHandler in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/user/src/Form/UserPermissionsForm.php \Drupal\user\Form\UserPermissionsForm::permissionHandler

The permission handler.

Type: \Drupal\user\PermissionHandlerInterface

File

core/modules/user/src/Form/UserPermissionsForm.php, line 24

Class

UserPermissionsForm
Provides the user permissions administration form.

Namespace

Drupal\user\Form

Code

protected $permissionHandler;