You are here

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

Engine

Namespace

Drupal\themekey\Engine

Code

public function __construct(ConfigFactoryInterface $config_factory) {
  $this->configFactory = $config_factory;
}