You are here

service config.manager in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \config.manager
  2. 10 core/core.services.yml \config.manager

Class

Drupal\Core\Config\ConfigManager
30 string references to config.manager
ConfigAfterInstallerTestBase::assertInstalledConfig in core/tests/Drupal/FunctionalTests/Installer/ConfigAfterInstallerTestBase.php
Ensures that all the installed config looks like the exported one.
ConfigController::create in core/modules/config/src/Controller/ConfigController.php
Instantiates a new instance of this class.
ConfigDependencyTest::testConfigEntityDelete in core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php
Tests deleting a configuration entity and dependency management.
ConfigDependencyTest::testConfigEntityUninstall in core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php
Tests ConfigManager::uninstall() and config entity dependency management.
ConfigDependencyTest::testConfigEntityUninstallComplex in core/tests/Drupal/KernelTests/Core/Config/ConfigDependencyTest.php
Tests complex configuration entity dependency handling during uninstall.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Config\ConfigManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@config.factory'
  5. - '@config.typed'
  6. - '@string_translation'
  7. - '@config.storage'
  8. - '@event_dispatcher'
  9. - '@entity.repository'
  10. - '@extension.path.resolver'