You are here

service default_content_deploy.commands in Default Content Deploy 8

Class

Drupal\default_content_deploy\Commands\DefaultContentDeployCommands

Tags

  • drush.command

File

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

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