You are here

drush.services.yml in Configuration Synchronizer 8

Same filename and directory in other branches
  1. 8.2 drush.services.yml

File

drush.services.yml
View source
  1. services:
  2. config_sync.commands:
  3. class: \Drupal\config_sync\Commands\ConfigSyncCommands
  4. arguments:
  5. - '@config_sync.lister'
  6. - '@config_sync.initializer'
  7. - '@config.storage'
  8. - '@config_sync.merged_storage'
  9. - '@config.manager'
  10. - '@config.import.commands'
  11. - '@config_sync.snapshotter'
  12. tags:
  13. - { name: drush.command }