You are here

service drupalmoduleupgrader.commands in Drupal 7 to 8/9 Module Upgrader 8

Class

\Drupal\drupalmoduleupgrader\Commands\DrupalmoduleupgraderCommands

Tags

  • drush.command

File

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

View source
  1. class: \Drupal\drupalmoduleupgrader\Commands\DrupalmoduleupgraderCommands
  2. arguments:
  3. - '@renderer'
  4. - '@plugin.manager.drupalmoduleupgrader.analyzer'
  5. - '@plugin.manager.drupalmoduleupgrader.converter'
  6. tags:
  7. - { name: drush.command }