You are here

drush.services.yml in Content Synchronizer 3.x

Same filename and directory in other branches
  1. 8.2 drush.services.yml
  2. 8 drush.services.yml

File

drush.services.yml
View source
  1. services:
  2. content_synchronizer.commands:
  3. class: \Drupal\content_synchronizer\Commands\ContentSynchronizerCommands
  4. tags:
  5. - { name: drush.command }
  6. arguments: ['@content_synchronizer.manager']