drush.services.yml in Configuration Synchronizer 8.2
Same filename and directory in other branches
File
drush.services.ymlView source
- services:
- config_sync.commands:
- class: \Drupal\config_sync\Commands\ConfigSyncCommands
- arguments:
- - '@config_sync.lister'
- - '@config.storage'
- - '@config.manager'
- - '@config.import.commands'
- tags:
- - { name: drush.command }