Constructs a new ThemeCacheContext service.
\Drupal\Core\Theme\ThemeManagerInterface $theme_manager: The theme manager.
public function __construct(ThemeManagerInterface $theme_manager) { $this->themeManager = $theme_manager; }