You are here

protected function ModuleConfigureForm::setPermissionHandler in Thunder 6.2.x

Same name and namespace in other branches
  1. 8.5 src/Installer/Form/ModuleConfigureForm.php \Drupal\thunder\Installer\Form\ModuleConfigureForm::setPermissionHandler()
  2. 6.0.x src/Installer/Form/ModuleConfigureForm.php \Drupal\thunder\Installer\Form\ModuleConfigureForm::setPermissionHandler()
  3. 6.1.x src/Installer/Form/ModuleConfigureForm.php \Drupal\thunder\Installer\Form\ModuleConfigureForm::setPermissionHandler()

Set the permissions handler service.

Parameters

\Drupal\user\PermissionHandlerInterface $handler: The permissions handler service.

File

src/Installer/Form/ModuleConfigureForm.php, line 140

Class

ModuleConfigureForm
Provides the site configuration form.

Namespace

Drupal\thunder\Installer\Form

Code

protected function setPermissionHandler(PermissionHandlerInterface $handler) {
  $this->permissionHandler = $handler;
}