You are here

service content_sync.commands in Content Synchronization 8.2

Same name and namespace in other branches
  1. 3.0.x drush.services.yml \content_sync.commands

Class

\Drupal\content_sync\Commands\ContentSyncCommands

Tags

  • drush.command

File

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

View source
  1. class: \Drupal\content_sync\Commands\ContentSyncCommands
  2. arguments:
  3. - '@config.manager'
  4. - '@content.storage'
  5. - '@content.storage.sync'
  6. - '@content_sync.manager'
  7. - '@entity_type.manager'
  8. - '@content_sync.exporter'
  9. - '@module_handler'
  10. - '@event_dispatcher'
  11. - '@lock'
  12. - '@config.typed'
  13. - '@module_installer'
  14. - '@theme_handler'
  15. - '@string_translation'
  16. tags:
  17. - { name: drush.command }