You are here

drush.services.yml in Module Missing Message Fixer 2.0.x

Same filename and directory in other branches
  1. 8 drush.services.yml

File

drush.services.yml
View source
  1. services:
  2. module_missing_message_fixer.fix:
  3. class: \Drupal\module_missing_message_fixer\Commands\MmmfFixCommand
  4. arguments: ['@module_missing_message_fixer.fixer', '@database', '@config.factory']
  5. tags:
  6. - { name: drush.command }
  7. module_missing_message_fixer.list:
  8. class: \Drupal\module_missing_message_fixer\Commands\MmmfListCommand
  9. arguments: ['@module_missing_message_fixer.fixer']
  10. tags:
  11. - { name: drush.command }