Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| KeyValueContentEntityStorage::getLatestTranslationAffectedRevisionId | function | core/ |
Returns the latest revision affecting the specified translation. |
| KeyValueContentEntityStorage::hasStoredTranslations | function | core/ |
|
| KeyValueContentEntityStorage::loadMultipleRevisions | function | core/ |
Loads multiple entity revisions. |
| KeyValueContentEntityStorage::loadRevision | function | core/ |
Loads a specific entity revision. |
| KeyValueContentEntityStorage::loadRevisionUnchanged | function | core/ |
Loads an unchanged entity by revision ID from the database. |
| KeyValueContentEntityStorageTest | class | core/ |
Tests KeyValueEntityStorage for content entities. |
| KeyValueContentEntityStorageTest.php | file | core/ |
|
| KeyValueContentEntityStorageTest::$modules | property | core/ |
Modules to install. |
| KeyValueContentEntityStorageTest::setUp | function | core/ |
|
| KeyValueContentEntityStorageTest::testCRUD | function | core/ |
Tests CRUD operations. |
| KeyValueContentEntityStorageTest::testUninstall | function | core/ |
Tests uninstallation of a module that does not use the SQL entity storage. |
| KeyValueDatabaseExpirableFactory::$storages | property | core/ |
Holds references to each instantiation so they can be terminated. |
| KeyValueEntityStorage | class | core/ |
Provides a key value backend for entities. |
| KeyValueEntityStorage.php | file | core/ |
|
| KeyValueEntityStorage::$keyValueStore | property | core/ |
The key value store. |
| KeyValueEntityStorage::$languageManager | property | core/ |
The language manager. |
| KeyValueEntityStorage::$uuidService | property | core/ |
The UUID service. |
| KeyValueEntityStorage::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
| KeyValueEntityStorage::doCreate | function | core/ |
Performs storage-specific creation of entities. |
| KeyValueEntityStorage::doDelete | function | core/ |
Performs storage-specific entity deletion. |
| KeyValueEntityStorage::doLoadMultiple | function | core/ |
Performs storage-specific loading of entities. |
| KeyValueEntityStorage::doSave | function | core/ |
Performs storage-specific saving of the entity. |
| KeyValueEntityStorage::getQueryServiceName | function | core/ |
Gets the name of the service for the query for this entity storage. |
| KeyValueEntityStorage::has | function | core/ |
Determines if this entity already exists in storage. |
| KeyValueEntityStorage::hasData | function | core/ |
Determines if the storage contains any data. |
| KeyValueEntityStorage::mapFromStorageRecords | function | core/ |
Maps from storage records to entity objects. |
| KeyValueEntityStorage::MAX_ID_LENGTH | constant | core/ |
Length limit of the entity ID. |
| KeyValueEntityStorage::save | function | core/ |
Saves the entity permanently. |
| KeyValueEntityStorage::__construct | function | core/ |
Constructs a new KeyValueEntityStorage. |
| KeyValueEntityStorageTest | class | core/ |
Tests Drupal\Core\Entity\KeyValueStore\KeyValueEntityStorage. |
| KeyValueEntityStorageTest.php | file | core/ |
|
| KeyValueEntityStorageTest::$cacheTagsInvalidator | property | core/ |
The mocked cache tags invalidator. |
| KeyValueEntityStorageTest::$entityFieldManager | property | core/ |
The mocked entity field manager. |
| KeyValueEntityStorageTest::$entityStorage | property | core/ |
The entity storage. |
| KeyValueEntityStorageTest::$entityType | property | core/ |
The entity type. |
| KeyValueEntityStorageTest::$entityTypeManager | property | core/ |
The mocked entity type manager. |
| KeyValueEntityStorageTest::$keyValueStore | property | core/ |
The key value store. |
| KeyValueEntityStorageTest::$languageManager | property | core/ |
The language manager. |
| KeyValueEntityStorageTest::$moduleHandler | property | core/ |
The module handler. |
| KeyValueEntityStorageTest::$uuidService | property | core/ |
The UUID service. |
| KeyValueEntityStorageTest::getMockEntity | function | core/ |
Creates an entity with specific methods mocked. |
| KeyValueEntityStorageTest::setUp | function | core/ |
|
| KeyValueEntityStorageTest::setUpKeyValueEntityStorage | function | core/ |
Prepares the key value entity storage. |
| KeyValueEntityStorageTest::testCreate | function | core/ |
Tests create. |
| KeyValueEntityStorageTest::testCreateWithoutUuidKey | function | core/ |
Tests create without uuid key. |
| KeyValueEntityStorageTest::testCreateWithPredefinedUuid | function | core/ |
Tests create with predefined uuid. |
| KeyValueEntityStorageTest::testDelete | function | core/ |
Tests delete. |
| KeyValueEntityStorageTest::testDeleteNothing | function | core/ |
Tests delete nothing. |
| KeyValueEntityStorageTest::testLoad | function | core/ |
Tests load. |
| KeyValueEntityStorageTest::testLoadMissingEntity | function | core/ |
Tests load missing entity. |
Pagination
- Previous page
- Page 35
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.