You are here

drush.services.yml in Migrate Upgrade 8.3

File

drush.services.yml
View source
  1. services:
  2. migrate_upgrade.commands:
  3. class: \Drupal\migrate_upgrade\Commands\MigrateUpgradeCommands
  4. arguments: ['@state', '@logger.factory']
  5. tags:
  6. - { name: drush.command }