You are here

protected property SystemController::$themeHandler in Drupal 8

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

The theme handler service.

Type: \Drupal\Core\Extension\ThemeHandlerInterface

File

core/modules/system/src/Controller/SystemController.php, line 51

Class

SystemController
Returns responses for System routes.

Namespace

Drupal\system\Controller

Code

protected $themeHandler;