You are here

public function ConfigManager::getConfigFactory in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/ConfigManager.php \Drupal\Core\Config\ConfigManager::getConfigFactory()

Gets the config factory.

Return value

\Drupal\Core\Config\ConfigFactoryInterface The config factory.

Overrides ConfigManagerInterface::getConfigFactory

File

core/lib/Drupal/Core/Config/ConfigManager.php, line 169

Class

ConfigManager
The ConfigManager provides helper functions for the configuration system.

Namespace

Drupal\Core\Config

Code

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