function 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.