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

Class

Drupal\Core\Config\ConfigInstaller
11 string references to config.installer
ConfigImporter::doSyncStep in core/lib/Drupal/Core/Config/ConfigImporter.php
Calls a config import step.
ConfigImporter::processExtension in core/lib/Drupal/Core/Config/ConfigImporter.php
Processes an extension change.
ConfigInstallTest::testCollectionInstallationCollections in core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php
Tests config objects in collections are installed as expected.
demo_umami_content_module_preinstall in core/profiles/demo_umami/modules/demo_umami_content/demo_umami_content.install
Implements hook_module_preinstall().
Drupal::isConfigSyncing in core/lib/Drupal.php
Gets the syncing state.

... See full list

File

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

View source
  1. class: Drupal\Core\Config\ConfigInstaller
  2. arguments:
  3. - '@config.factory'
  4. - '@config.storage'
  5. - '@config.typed'
  6. - '@config.manager'
  7. - '@event_dispatcher'
  8. - '%install_profile%'
  9. - '@extension.path.resolver'
  10. lazy: true