function ThemeCacheContext::__construct

Same name in other branches
  1. 8.9.x core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php \Drupal\Core\Cache\Context\ThemeCacheContext::__construct()
  2. 10 core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php \Drupal\Core\Cache\Context\ThemeCacheContext::__construct()
  3. 11.x core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php \Drupal\Core\Cache\Context\ThemeCacheContext::__construct()

Constructs a new ThemeCacheContext service.

Parameters

\Drupal\Core\Theme\ThemeManagerInterface $theme_manager: The theme manager.

File

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

Class

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

Namespace

Drupal\Core\Cache\Context

Code

public function __construct(ThemeManagerInterface $theme_manager) {
    $this->themeManager = $theme_manager;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.