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 |
|---|---|---|---|
| SqlContentEntityStorageTest::testGetTableMappingRevisionableWithFields | function | core/ |
Tests getTableMapping() with a revisionable entity type with fields. |
| SqlContentEntityStorageTest::testGetTableMappingSimple | function | core/ |
Tests getTableMapping() with a simple entity type. |
| SqlContentEntityStorageTest::testGetTableMappingSimpleWithDedicatedStorageFields | function | core/ |
Tests getTableMapping() with a base field that requires a dedicated table. |
| SqlContentEntityStorageTest::testGetTableMappingSimpleWithFields | function | core/ |
Tests getTableMapping() with a simple entity type with some base fields. |
| SqlContentEntityStorageTest::testGetTableMappingTranslatable | function | core/ |
Tests getTableMapping() with a non-revisionable, translatable entity type. |
| SqlContentEntityStorageTest::testGetTableMappingTranslatableWithFields | function | core/ |
Tests getTableMapping() with a translatable entity type with fields. |
| SqlContentEntityStorageTest::testHasData | function | core/ |
Tests has data. |
| SqlContentEntityStorageTest::testLoadMultipleNoPersistentCache | function | core/ |
Tests load multiple no persistent cache. |
| SqlContentEntityStorageTest::testLoadMultiplePersistentCached | function | core/ |
Tests load multiple persistent cached. |
| SqlContentEntityStorageTest::testLoadMultiplePersistentCacheMiss | function | core/ |
Tests load multiple persistent cache miss. |
| SqlContentEntityStorageTest::testOnEntityTypeCreate | function | core/ |
Tests ContentEntityDatabaseStorage::onEntityTypeCreate(). |
| SqlContentEntityStorageTest::testSetTableMapping | function | core/ |
Tests that setting a new table mapping also updates the table names. |
| SqlEntityStorageInterface | interface | core/ |
A common interface for SQL-based entity storage implementations. |
| SqlEntityStorageInterface.php | file | core/ |
|
| SqlEntityStorageInterface::getTableMapping | function | core/ |
Gets a table mapping for the entity's SQL tables. |
| StateTest::$keyValueStorage | property | core/ |
The mocked key value store. |
| StorableConfigBase::$storage | property | core/ |
The storage used to load and save this configuration object. |
| StorableConfigBase::getStorage | function | core/ |
Retrieves the storage used to load and save this configuration object. |
| StorageBase | class | core/ |
Provides a base class for key/value storage implementations. |
| StorageBase.php | file | core/ |
|
| StorageBase::$collection | property | core/ |
The name of the collection holding key and value pairs. |
| StorageBase::delete | function | core/ |
Deletes an item from the key/value store. |
| StorageBase::get | function | core/ |
Returns the stored value for a given key. |
| StorageBase::getCollectionName | function | core/ |
Returns the name of this collection. |
| StorageBase::setMultiple | function | core/ |
Saves key/value pairs. |
| StorageBase::__construct | function | core/ |
|
| StorageCacheInterface | interface | core/ |
Defines an interface for cached configuration storage. |
| StorageCacheInterface.php | file | core/ |
|
| StorageCacheInterface::resetListCache | function | core/ |
Reset the static cache of the listAll() cache. |
| StorageComparer | class | core/ |
Defines a config storage comparer. |
| StorageComparer.php | file | core/ |
|
| StorageComparer::$changelist | property | core/ |
List of changes to between the source storage and the target storage. |
| StorageComparer::$sourceCacheStorage | property | core/ |
A memory cache backend to statically cache source configuration data. |
| StorageComparer::$sourceNames | property | core/ |
Sorted list of all the configuration object names in the source storage. |
| StorageComparer::$sourceStorage | property | core/ |
The source storage used to discover configuration changes. |
| StorageComparer::$sourceStorages | property | core/ |
The source storages keyed by collection. |
| StorageComparer::$targetCacheStorage | property | core/ |
A memory cache backend to statically cache target configuration data. |
| StorageComparer::$targetNames | property | core/ |
Sorted list of all the configuration object names in the target storage. |
| StorageComparer::$targetStorage | property | core/ |
The target storage used to write configuration changes. |
| StorageComparer::$targetStorages | property | core/ |
The target storages keyed by collection. |
| StorageComparer::$writeMode | property | core/ |
Indicates whether the target storage should be wrapped in a cache. |
| StorageComparer::addChangeList | function | core/ |
Adds changes to the changelist. |
| StorageComparer::addChangelistCreate | function | core/ |
Creates the create changelist. |
| StorageComparer::addChangelistDelete | function | core/ |
Creates the delete changelist. |
| StorageComparer::addChangelistRename | function | core/ |
Creates the rename changelist. |
| StorageComparer::addChangelistUpdate | function | core/ |
Creates the update changelist. |
| StorageComparer::createChangelist | function | core/ |
Calculates the differences. |
| StorageComparer::createRenameName | function | core/ |
Creates a rename name from the old and new names for the object. |
| StorageComparer::extractRenameNames | function | core/ |
Extracts old and new configuration names from a configuration change name. |
| StorageComparer::getAllCollectionNames | function | core/ |
Gets the existing collections from both the target and source storage. |
Pagination
- Previous page
- Page 59
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.