Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \config.manager
  2. 9 core/core.services.yml \config.manager

Class

Drupal\Core\Config\ConfigManager
37 string references to config.manager
BlockContentCreationTest::testConfigDependencies in core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
Tests placed content blocks create a dependency in the block placement.
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.

... 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'