You are here

console.services.yml in MongoDB 8.2

modules/mongodb_watchdog/console.services.yml

File

modules/mongodb_watchdog/console.services.yml
View source
  1. services:
  2. mongodb_watchdog.command.sanitycheck:
  3. class: Drupal\mongodb_watchdog\Command\SanityCheckCommand
  4. arguments:
  5. - '@mongodb.watchdog.sanity_check'
  6. - '@serialization.yaml'
  7. tags:
  8. - { name: drupal.command }