public function Engine::__construct in ThemeKey 8
Constructs a DefaultNegotiator object.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory.
File
- src/
Engine/ Engine.php, line 41
Class
Namespace
Drupal\themekey\EngineCode
public function __construct(ConfigFactoryInterface $config_factory) {
$this->configFactory = $config_factory;
}