You are here

public function Engine::getConfigFactory in ThemeKey 8

Return value

\Drupal\Core\Config\ConfigFactoryInterface

Overrides EngineInterface::getConfigFactory

File

src/Engine/Engine.php, line 55

Class

Engine

Namespace

Drupal\themekey\Engine

Code

public function getConfigFactory() {
  return $this->configFactory;
}