You are here

service mongodb.watchdog_event_controller in MongoDB 8.2

Class

Drupal\mongodb_watchdog\EventController
1 string reference to mongodb.watchdog_event_controller
DetailController::create in modules/mongodb_watchdog/src/Controller/DetailController.php
Instantiates a new instance of this class.

File

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

View source
  1. class: Drupal\mongodb_watchdog\EventController
  2. arguments:
  3. - '@config.factory'
  4. - '@date.formatter'
  5. - '@mongodb.logger'