Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 11.x for storage
- Other projects
| Title | Object type | File name | Summary | 
|---|---|---|---|
| CachedStorage::getCacheKeys | function | core/ | Returns a cache key map for an array of configuration names. | 
| CachedStorage::getCollectionName | function | core/ | Gets the name of the current collection the storage is using. | 
| CachedStorage::getCollectionPrefix | function | core/ | Returns a cache ID prefix to use for the collection. | 
| CachedStorage::listAll | function | core/ | Gets configuration object names starting with a given prefix. | 
| CachedStorage::read | function | core/ | Reads configuration data from the storage. | 
| CachedStorage::readMultiple | function | core/ | Reads configuration data from the storage. | 
| CachedStorage::rename | function | core/ | Renames a configuration object in the storage. | 
| CachedStorage::resetListCache | function | core/ | Clears the static list cache. | 
| CachedStorage::write | function | core/ | Writes configuration data to the storage. | 
| CachedStorage::__construct | function | core/ | Constructs a new CachedStorage. | 
| CachedStorageTest | class | core/ | Tests CachedStorage operations. | 
| CachedStorageTest | class | core/ | Tests the interaction of cache and file storage in CachedStorage. | 
| CachedStorageTest.php | file | core/ | |
| CachedStorageTest.php | file | core/ | |
| CachedStorageTest::$cache | property | core/ | The cache backend the cached storage is using. | 
| CachedStorageTest::$cacheFactory | property | core/ | |
| CachedStorageTest::$fileStorage | property | core/ | The file storage the cached storage is using. | 
| CachedStorageTest::delete | function | core/ | |
| CachedStorageTest::insert | function | core/ | |
| CachedStorageTest::read | function | core/ | |
| CachedStorageTest::setUp | function | core/ | |
| CachedStorageTest::testInvalidStorage | function | core/ | Tests an invalid storage. | 
| CachedStorageTest::testListAllStaticCache | function | core/ | Tests listAll static cache. | 
| CachedStorageTest::update | function | core/ | |
| CachePluginBase::$storage | property | core/ | Contains all data that should be written/read from cache. | 
| CacheTagTest::$nodeStorage | property | core/ | The node storage. | 
| CacheTest::testHeaderStorage | function | core/ | Tests css/js storage and restoring mechanism. | 
| CheckpointStorage | class | core/ | Provides a config storage that can make checkpoints. | 
| CheckpointStorage.php | file | core/ | |
| CheckpointStorage::$keyValueStores | property | core/ | The key value stores that store configuration changed for each checkpoint. | 
| CheckpointStorage::$readFromCheckpoint | property | core/ | The checkpoint to read from. | 
| CheckpointStorage::checkpoint | function | core/ | Creates a checkpoint, if required, and returns the active checkpoint. | 
| CheckpointStorage::CONFIG_COLLECTION_KEY | constant | core/ | Used to store the list of collections in each checkpoint. | 
| CheckpointStorage::createCollection | function | core/ | Creates a collection on the storage. | 
| CheckpointStorage::decode | function | core/ | Decodes configuration data from the storage-specific format. | 
| CheckpointStorage::delete | function | core/ | Deletes a configuration object from the storage. | 
| CheckpointStorage::deleteAll | function | core/ | Deletes configuration objects whose names start with a given prefix. | 
| CheckpointStorage::encode | function | core/ | Encodes configuration data into the storage-specific format. | 
| CheckpointStorage::exists | function | core/ | Returns whether a configuration object exists. | 
| CheckpointStorage::getAllCollectionNames | function | core/ | Gets the existing collections. | 
| CheckpointStorage::getCheckpointsToReadFrom | function | core/ | Gets the checkpoints to read from. | 
| CheckpointStorage::getCollectionName | function | core/ | Gets the name of the current collection the storage is using. | 
| CheckpointStorage::getKeyValue | function | core/ | Gets the key value storage for the provided checkpoint. | 
| CheckpointStorage::getOriginalConfig | function | core/ | Gets the original data from the configuration. | 
| CheckpointStorage::getSubscribedEvents | function | core/ | |
| CheckpointStorage::KEY_VALUE_COLLECTION_PREFIX | constant | core/ | Used as prefix to a config checkpoint collection. | 
| CheckpointStorage::listAll | function | core/ | Gets configuration object names starting with a given prefix. | 
| CheckpointStorage::onConfigRename | function | core/ | Updates checkpoint when configuration is saved. | 
| CheckpointStorage::onConfigSaveAndDelete | function | core/ | Updates checkpoint when configuration is saved. | 
| CheckpointStorage::read | function | core/ | Reads configuration data from the storage. | 
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
