class Storage in MongoDB 8.2
Class MongoDb contains constants usable by all modules using the storage.
Hierarchy
- class \Drupal\mongodb_storage\Storage
Expanded class hierarchy of Storage
3 files declare their use of Storage
- KeyValueFactoryTest.php in modules/
mongodb_storage/ tests/ src/ Kernel/ KeyValueFactoryTest.php - KeyValueTestBase.php in modules/
mongodb_storage/ tests/ src/ Kernel/ KeyValueTestBase.php - SqlImportTest.php in modules/
mongodb_storage/ tests/ src/ Kernel/ SqlImportTest.php
File
- modules/
mongodb_storage/ src/ Storage.php, line 10
Namespace
Drupal\mongodb_storageView source
class Storage {
const MODULE = 'mongodb_storage';
const SERVICE_KV = 'keyvalue.mongodb';
const SERVICE_KVE = 'keyvalue.expirable.mongodb';
const SERVICE_SQL_IMPORT = 'mongodb.storage.sql_import';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Storage:: |
constant | |||
Storage:: |
constant | |||
Storage:: |
constant | |||
Storage:: |
constant |