drush.services.yml in Content Synchronization 8.2
Same filename and directory in other branches
File
drush.services.ymlView source
- services:
- content_sync.commands:
- class: \Drupal\content_sync\Commands\ContentSyncCommands
- 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']
- tags:
- - { name: drush.command }