function ThemeCacheContext::__construct
Same name in other branches
- 9 core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php \Drupal\Core\Cache\Context\ThemeCacheContext::__construct()
- 8.9.x core/lib/Drupal/Core/Cache/Context/ThemeCacheContext.php \Drupal\Core\Cache\Context\ThemeCacheContext::__construct()
- 10 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\ContextCode
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.