Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 10.3.x for storage
- Search 11.x for storage
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| BooleanFieldTest::$fieldStorage | property | core/ |
A field to use in this test class. |
| BootstrapConfigStorageFactory | class | core/ |
Defines a factory for retrieving the config storage used pre-kernel. |
| BootstrapConfigStorageFactory.php | file | core/ |
|
| BootstrapConfigStorageFactory::get | function | core/ |
Returns a configuration storage implementation. |
| BootstrapConfigStorageFactory::getDatabaseStorage | function | core/ |
Returns a Database configuration storage implementation. |
| BootstrapConfigStorageFactory::getFileStorage | function | core/ |
Returns a File-based configuration storage implementation. |
| BrowserHtmlDebugTrait::$htmlOutputCounterStorage | property | core/ |
Counter storage for HTML output logging. |
| BulkDeleteTest::$fieldStorages | property | core/ |
The fields to use in this test. |
| BulkDeleteTest::testPurgeFieldStorage | function | core/ |
Verify that field storages are preserved and purged correctly as multiple fields are deleted and purged. |
| BulkForm::$actionStorage | property | core/ |
The action storage. |
| CacheCollector::$storage | property | core/ |
Storage for the data itself. |
| CachedStorage | class | core/ |
Defines the cached storage. |
| CachedStorage.php | file | core/ |
|
| CachedStorage::$cache | property | core/ |
The instantiated Cache backend. |
| CachedStorage::$findByPrefixCache | property | core/ |
List of listAll() prefixes with their results. |
| CachedStorage::$storage | property | core/ |
The configuration storage to be cached. |
| CachedStorage::createCollection | function | core/ |
Creates a collection on the storage. |
| CachedStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| CachedStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
| CachedStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| CachedStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| CachedStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| CachedStorage::findByPrefix | function | core/ |
Finds configuration object names starting with a given prefix. |
| CachedStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| CachedStorage::getCacheKey | function | core/ |
Returns a cache key for a configuration name using the collection. |
| 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::containerBuild | function | core/ |
|
| 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/ |
Test listAll static cache. |
| CachedStorageTest::update | function | core/ |
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.