You are here

public property EventTemplate::$_id in MongoDB 8.2

The event identifier.

Coding standards are suspended to avoid a warning on _id, which is not standards-compliant, but required by MongoDB.

Type: string

File

modules/mongodb_watchdog/src/EventTemplate.php, line 34

Class

EventTemplate
Class EventTemplate models an event template.

Namespace

Drupal\mongodb_watchdog

Code

public $_id;