You are here

drush.services.yml in Configuration Synchronizer 8.2

Same filename and directory in other branches
  1. 8 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.storage'
  7. - '@config.manager'
  8. - '@config.import.commands'
  9. tags:
  10. - { name: drush.command }