You are here

protected property ThemeController::$themeHandler in Drupal 10

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

The theme handler service.

Type: \Drupal\Core\Extension\ThemeHandlerInterface

File

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

Class

ThemeController
Controller for theme handling.

Namespace

Drupal\system\Controller

Code

protected $themeHandler;