You are here

service mongodb_watchdog.command.sanitycheck in MongoDB 8.2

Class

Drupal\mongodb_watchdog\Command\SanityCheckCommand

Tags

  • drupal.command

File

modules/mongodb_watchdog/console.services.yml
modules/mongodb_watchdog/console.services.yml

View source
  1. class: Drupal\mongodb_watchdog\Command\SanityCheckCommand
  2. arguments:
  3. - '@mongodb.watchdog.sanity_check'
  4. - '@serialization.yaml'
  5. tags:
  6. - { name: drupal.command }