You are here

drush.services.yml in Default Content Deploy 8

File

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