You are here

service config_sync.commands in Configuration Synchronizer 8.2

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

Class

\Drupal\config_sync\Commands\ConfigSyncCommands

Tags

  • drush.command
1 string reference to config_sync.commands
ConfigSyncServiceProvider::alter in src/ConfigSyncServiceProvider.php
Modifies existing service definitions.

File

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

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