Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| KernelTestSuite::suite | function | core/ |
Factory method which loads up a suite with all kernel tests. |
| kernel_destruct_subscriber | service | core/ |
Drupal\Core\EventSubscriber\KernelDestructionSubscriber |
| keyvalue.database | service | core/ |
Drupal\Core\KeyValueStore\KeyValueDatabaseFactory |
| keyvalue.expirable.database | service | core/ |
Drupal\Core\KeyValueStore\KeyValueDatabaseExpirableFactory |
| KeyValueContentEntityStorage | class | core/ |
Provides a key value backend for content entities. |
| KeyValueContentEntityStorage.php | file | core/ |
|
| KeyValueContentEntityStorage::createRevision | function | core/ |
|
| KeyValueContentEntityStorage::createTranslation | function | core/ |
|
| KeyValueContentEntityStorage::createWithSampleValues | function | core/ |
|
| KeyValueContentEntityStorage::getLatestRevisionId | function | core/ |
|
| KeyValueContentEntityStorage::getLatestTranslationAffectedRevisionId | function | core/ |
|
| KeyValueContentEntityStorage::hasStoredTranslations | function | core/ |
|
| KeyValueContentEntityStorage::loadMultipleRevisions | function | core/ |
|
| KeyValueContentEntityStorageTest | class | core/ |
Tests KeyValueEntityStorage for content entities. |
| KeyValueContentEntityStorageTest.php | file | core/ |
|
| KeyValueContentEntityStorageTest::$modules | property | core/ |
Modules to enable. |
| 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 | 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/ |
|
| 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/ |
|
| 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/ |
|
| KeyValueEntityStorage::deleteRevision | function | core/ |
|
| KeyValueEntityStorage::doCreate | function | core/ |
|
| KeyValueEntityStorage::doDelete | function | core/ |
|
| KeyValueEntityStorage::doLoadMultiple | function | core/ |
|
| KeyValueEntityStorage::doSave | function | core/ |
|
| KeyValueEntityStorage::getQueryServiceName | function | core/ |
|
| KeyValueEntityStorage::has | function | core/ |
|
| KeyValueEntityStorage::hasData | function | core/ |
|
| KeyValueEntityStorage::loadRevision | function | core/ |
|
| KeyValueEntityStorage::MAX_ID_LENGTH | constant | core/ |
Length limit of the entity ID. |
Pagination
- Previous page
- Page 698
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.