You are here

constant OverviewController::EVENT_TYPE_MAP in MongoDB 8.2

File

modules/mongodb_watchdog/src/Controller/OverviewController.php, line 34

Class

OverviewController
The controller for the logger overview page.

Namespace

Drupal\mongodb_watchdog\Controller

Code

const EVENT_TYPE_MAP = [
  'typeMap' => [
    'array' => 'array',
    'document' => 'array',
    'root' => 'Drupal\\mongodb_watchdog\\Event',
  ],
];