You are here

public function ConfigManagerInterface::getConfigFactory in Zircon Profile 8

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

Gets the config factory.

Return value

\Drupal\Core\Config\ConfigFactoryInterface The entity manager.

1 method overrides ConfigManagerInterface::getConfigFactory()
ConfigManager::getConfigFactory in core/lib/Drupal/Core/Config/ConfigManager.php
Gets the config factory.

File

core/lib/Drupal/Core/Config/ConfigManagerInterface.php, line 51
Contains \Drupal\Core\Config\ConfigManagerInterface.

Class

ConfigManagerInterface
Provides an interface for configuration manager.

Namespace

Drupal\Core\Config

Code

public function getConfigFactory();