You are here

service module_missing_message_fixer.fix in Module Missing Message Fixer 8

Same name and namespace in other branches
  1. 2.0.x drush.services.yml \module_missing_message_fixer.fix

Class

\Drupal\module_missing_message_fixer\Commands\MmmfFixCommand

Tags

  • drush.command

File

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

View source
  1. class: \Drupal\module_missing_message_fixer\Commands\MmmfFixCommand
  2. arguments:
  3. - '@module_missing_message_fixer.fixer'
  4. - '@database'
  5. - '@config.factory'
  6. tags:
  7. - { name: drush.command }