You are here

protected property ThemeExperimentalConfirmForm::$themeInstaller in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/src/Form/ThemeExperimentalConfirmForm.php \Drupal\system\Form\ThemeExperimentalConfirmForm::themeInstaller
  2. 10 core/modules/system/src/Form/ThemeExperimentalConfirmForm.php \Drupal\system\Form\ThemeExperimentalConfirmForm::themeInstaller

The theme installer service.

Type: \Drupal\Core\Extension\ThemeInstallerInterface

File

core/modules/system/src/Form/ThemeExperimentalConfirmForm.php, line 33

Class

ThemeExperimentalConfirmForm
Builds a confirmation form for enabling experimental themes.

Namespace

Drupal\system\Form

Code

protected $themeInstaller;