drush.services.yml in MongoDB 8.2
modules/mongodb_storage/drush.services.yml
File
modules/mongodb_storage/drush.services.ymlView source
- services:
- drupal.mongodb_storage.commands:
- arguments:
- - '@mongodb.storage.sql_import'
- class: Drupal\mongodb_storage\Commands\MongoDbStorageCommands
- tags:
- - { name: drush.command }