configFactory = $config_factory; } /** * {@inheritdoc} */ public function applies(RouteMatchInterface $route_match) { return TRUE; } /** * {@inheritdoc} */ public function determineActiveTheme(RouteMatchInterface $route_match) { return $this->configFactory->get('system.theme')->get('default'); } }