public 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 129
Class
- ConfigManager
- The ConfigManager provides helper functions for the configuration system.
Namespace
Drupal\Core\Config
Code
1 2 3 | public function getConfigFactory() { return $this ->configFactory; } |
Please login to continue.