You are here

service config.manager in Zircon Profile 8.0

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

Class

Drupal\Core\Config\ConfigManager
25 string references to config.manager
ConfigAfterInstallerTestBase::assertInstalledConfig in core/modules/system/src/Tests/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/modules/config/src/Tests/ConfigDependencyTest.php
Tests deleting a configuration entity and dependency management.
ConfigDependencyTest::testConfigEntityUninstall in core/modules/config/src/Tests/ConfigDependencyTest.php
Tests ConfigManager::uninstall() and config entity dependency management.
ConfigDependencyTest::testContentEntityDelete in core/modules/config/src/Tests/ConfigDependencyTest.php
Tests getConfigEntitiesToChangeOnDependencyRemoval() with content entities.

... See full list

File

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

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