You are here

protected property SiteMaintenanceModeForm::$permissionHandler in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/src/Form/SiteMaintenanceModeForm.php \Drupal\system\Form\SiteMaintenanceModeForm::permissionHandler
  2. 9 core/modules/system/src/Form/SiteMaintenanceModeForm.php \Drupal\system\Form\SiteMaintenanceModeForm::permissionHandler

The permission handler.

Type: \Drupal\user\PermissionHandlerInterface

File

core/modules/system/src/Form/SiteMaintenanceModeForm.php, line 32

Class

SiteMaintenanceModeForm
Configure maintenance settings for this site.

Namespace

Drupal\system\Form

Code

protected $permissionHandler;