You are here

protected property ThemeCacheContext::$themeManager in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php \Drupal\Core\Cache\Context\ThemeCacheContext::themeManager
  2. 9 core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php \Drupal\Core\Cache\Context\ThemeCacheContext::themeManager

The theme manager.

Type: \Drupal\Core\Theme\ThemeManagerInterface

File

core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php, line 20

Class

ThemeCacheContext
Defines the ThemeCacheContext service, for "per theme" caching.

Namespace

Drupal\Core\Cache\Context

Code

protected $themeManager;