public function Engine::getConfigFactory in ThemeKey 8
Return value
\Drupal\Core\Config\ConfigFactoryInterface
Overrides EngineInterface::getConfigFactory
File
- src/
Engine/ Engine.php, line 55
Class
Namespace
Drupal\themekey\EngineCode
public function getConfigFactory() {
return $this->configFactory;
}