You are here

drush.services.yml in Migrate Tools 8.4

Same filename in this branch
  1. 8.4 drush.services.yml
  2. 8.4 tests/modules/migrate_tools_test/drush.services.yml
Same filename and directory in other branches
  1. 8.5 drush.services.yml

File

drush.services.yml
View source
  1. services:
  2. migrate_tools.commands:
  3. class: \Drupal\migrate_tools\Commands\MigrateToolsCommands
  4. arguments: ['@plugin.manager.migration', '@date.formatter', '@entity_type.manager', '@keyvalue']
  5. tags:
  6. - { name: drush.command }