You are here

drush.services.yml in MongoDB 8.2

modules/mongodb_storage/drush.services.yml

File

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