Search for key
| Title | Object type | File name | Summary |
|---|---|---|---|
| KeyValueContentEntityStorageTest::testUninstall | function | core/ |
Tests uninstallation of a module that does not use the SQL entity storage. |
| KeyValueDatabaseExpirableFactory | class | core/ |
Defines the key/value store factory for the database backend. |
| KeyValueDatabaseExpirableFactory.php | file | core/ |
|
| KeyValueDatabaseExpirableFactory::$connection | property | core/ |
The database connection. |
| KeyValueDatabaseExpirableFactory::$serializer | property | core/ |
The serialization class to use. |
| KeyValueDatabaseExpirableFactory::$storages | property | core/ |
Holds references to each instantiation so they can be terminated. |
| KeyValueDatabaseExpirableFactory::catchException | function | core/ |
Act on an exception when the table might not have been created. |
| KeyValueDatabaseExpirableFactory::garbageCollection | function | core/ |
Deletes expired items. |
| KeyValueDatabaseExpirableFactory::get | function | core/ |
Constructs a new expirable key/value store for a given collection name. |
| KeyValueDatabaseExpirableFactory::__construct | function | core/ |
Constructs this factory object. |
| KeyValueDatabaseFactory | class | core/ |
Defines the key/value store factory for the database backend. |
| KeyValueDatabaseFactory.php | file | core/ |
|
| KeyValueDatabaseFactory::$connection | property | core/ |
The database connection to use. |
| KeyValueDatabaseFactory::$serializer | property | core/ |
The serialization class to use. |
| KeyValueDatabaseFactory::get | function | core/ |
Constructs a new key/value store for a given collection name. |
| KeyValueDatabaseFactory::__construct | function | core/ |
Constructs this factory object. |
| 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::deleteRevision | function | core/ |
Delete a specific entity revision. |
| 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::loadRevision | function | core/ |
Load a specific entity revision. |
| 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/ |
@coversDefaultClass \Drupal\Core\Entity\KeyValueStore\KeyValueEntityStorage[[api-linebreak]] @group Entity |
| 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/ |
|
| 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/ |
@covers ::create[[api-linebreak]] @covers ::doCreate[[api-linebreak]] |
| KeyValueEntityStorageTest::testCreateWithoutUuidKey | function | core/ |
@covers ::create[[api-linebreak]] @covers ::doCreate[[api-linebreak]] |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.