You are here

drush.services.yml in MongoDB 8.2

modules/mongodb/drush.services.yml

File

modules/mongodb/drush.services.yml
View source
  1. services:
  2. mongodb.commands:
  3. arguments:
  4. - '@mongodb.tools'
  5. class: \Drupal\mongodb\Commands\MongodbCommands
  6. tags:
  7. - { name: drush.command }