You are here

protected property ThemeNegotiator::$classResolver in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Theme/ThemeNegotiator.php \Drupal\Core\Theme\ThemeNegotiator::classResolver
  2. 10 core/lib/Drupal/Core/Theme/ThemeNegotiator.php \Drupal\Core\Theme\ThemeNegotiator::classResolver

The class resolver.

Type: \Drupal\Core\DependencyInjection\ClassResolverInterface

File

core/lib/Drupal/Core/Theme/ThemeNegotiator.php, line 35

Class

ThemeNegotiator
Provides a class which determines the active theme of the page.

Namespace

Drupal\Core\Theme

Code

protected $classResolver;