You are here

service migrate_tools.commands in Migrate Tools 8.5

Same name and namespace in other branches
  1. 8.4 drush.services.yml \migrate_tools.commands

Class

\Drupal\migrate_tools\Commands\MigrateToolsCommands

Tags

  • drush.command

File

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

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