You are here

protected property ThemeAccessCheck::$themeHandler in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Theme/ThemeAccessCheck.php \Drupal\Core\Theme\ThemeAccessCheck::themeHandler

The theme handler.

Type: \Drupal\Core\Extension\ThemeHandlerInterface

File

core/lib/Drupal/Core/Theme/ThemeAccessCheck.php, line 24
Contains \Drupal\Core\Theme\ThemeAccessCheck.

Class

ThemeAccessCheck
Provides access checking for themes for routing and theme negotiation.

Namespace

Drupal\Core\Theme

Code

protected $themeHandler;