You are here

service config_sync.commands in Configuration Synchronizer 8

Same name and namespace in other branches
  1. 8.2 drush.services.yml \config_sync.commands

Class

\Drupal\config_sync\Commands\ConfigSyncCommands

Tags

  • drush.command

File

./drush.services.yml
drush.services.yml

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