You are here

service config_import.importer in Config Importer and Tools 8.0

Same name and namespace in other branches
  1. 8.2 config_import.services.yml \config_import.importer
  2. 8 config_import.services.yml \config_import.importer

Class

Drupal\config_import\ConfigImporterService

File

./config_import.services.yml
config_import.services.yml

View source
  1. class: Drupal\config_import\ConfigImporterService
  2. arguments:
  3. - '@uuid'
  4. - '@config.storage'
  5. - '@config.manager'
  6. - '@event_dispatcher'
  7. - '@lock'
  8. - '@config.typed'
  9. - '@module_handler'
  10. - '@module_installer'
  11. - '@theme_handler'
  12. - '@string_translation'
  13. - '@file_system'