You are here

drush.services.yml in Content Synchronization 8.2

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

File

drush.services.yml
View source
  1. services:
  2. content_sync.commands:
  3. class: \Drupal\content_sync\Commands\ContentSyncCommands
  4. arguments: ['@config.manager', '@content.storage', '@content.storage.sync', '@content_sync.manager', '@entity_type.manager', '@content_sync.exporter', '@module_handler', '@event_dispatcher', '@lock', '@config.typed', '@module_installer', '@theme_handler', '@string_translation']
  5. tags:
  6. - { name: drush.command }