You are here

constant KeyValueStore::PROJECTION_ID in MongoDB 8.2

File

modules/mongodb_storage/src/KeyValueStore.php, line 24

Class

KeyValueStore
Class KeyValueStore provides a KeyValueStore as a MongoDB collection.

Namespace

Drupal\mongodb_storage

Code

const PROJECTION_ID = [
  'projection' => [
    '_id' => 1,
  ],
];