You are here

protected property ThemeController::$themeInstaller in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/src/Controller/ThemeController.php \Drupal\system\Controller\ThemeController::themeInstaller
  2. 9 core/modules/system/src/Controller/ThemeController.php \Drupal\system\Controller\ThemeController::themeInstaller

The theme installer service.

Type: \Drupal\Core\Extension\ThemeInstallerInterface

File

core/modules/system/src/Controller/ThemeController.php, line 42

Class

ThemeController
Controller for theme handling.

Namespace

Drupal\system\Controller

Code

protected $themeInstaller;