public function ConfigManager::getConfigFactory in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Config/ConfigManager.php \Drupal\Core\Config\ConfigManager::getConfigFactory()
Gets the config factory.
Return value
\Drupal\Core\Config\ConfigFactoryInterface The entity manager.
Overrides ConfigManagerInterface::getConfigFactory
File
- core/
lib/ Drupal/ Core/ Config/ ConfigManager.php, line 134 - Contains \Drupal\Core\Config\ConfigManager.
Class
- ConfigManager
- The ConfigManager provides helper functions for the configuration system.
Namespace
Drupal\Core\ConfigCode
public function getConfigFactory() {
return $this->configFactory;
}