Search for storage

  1. Search 7.x for storage
  2. Search 9.5.x for storage
  3. Search 10.3.x for storage
  4. Search 11.x for storage
  5. Other projects
Title Object type File name Summary
BooleanFieldTest::$fieldStorage property core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php A field to use in this test class.
BootstrapConfigStorageFactory class core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php Defines a factory for retrieving the config storage used pre-kernel.
BootstrapConfigStorageFactory.php file core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php
BootstrapConfigStorageFactory::get function core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php Returns a configuration storage implementation.
BootstrapConfigStorageFactory::getDatabaseStorage function core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php Returns a Database configuration storage implementation.
BootstrapConfigStorageFactory::getFileStorage function core/lib/Drupal/Core/Config/BootstrapConfigStorageFactory.php Returns a File-based configuration storage implementation.
BrowserHtmlDebugTrait::$htmlOutputCounterStorage property core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php Counter storage for HTML output logging.
BulkDeleteTest::$fieldStorages property core/modules/field/tests/src/Kernel/BulkDeleteTest.php The fields to use in this test.
BulkDeleteTest::testPurgeFieldStorage function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Verify that field storages are preserved and purged correctly as multiple
fields are deleted and purged.
BulkForm::$actionStorage property core/modules/views/src/Plugin/views/field/BulkForm.php The action storage.
CacheCollector::$storage property core/lib/Drupal/Core/Cache/CacheCollector.php Storage for the data itself.
CachedStorage class core/lib/Drupal/Core/Config/CachedStorage.php Defines the cached storage.
CachedStorage.php file core/lib/Drupal/Core/Config/CachedStorage.php
CachedStorage::$cache property core/lib/Drupal/Core/Config/CachedStorage.php The instantiated Cache backend.
CachedStorage::$findByPrefixCache property core/lib/Drupal/Core/Config/CachedStorage.php List of listAll() prefixes with their results.
CachedStorage::$storage property core/lib/Drupal/Core/Config/CachedStorage.php The configuration storage to be cached.
CachedStorage::createCollection function core/lib/Drupal/Core/Config/CachedStorage.php Creates a collection on the storage.
CachedStorage::decode function core/lib/Drupal/Core/Config/CachedStorage.php Decodes configuration data from the storage-specific format.
CachedStorage::delete function core/lib/Drupal/Core/Config/CachedStorage.php Deletes a configuration object from the storage.
CachedStorage::deleteAll function core/lib/Drupal/Core/Config/CachedStorage.php Deletes configuration objects whose names start with a given prefix.
CachedStorage::encode function core/lib/Drupal/Core/Config/CachedStorage.php Encodes configuration data into the storage-specific format.
CachedStorage::exists function core/lib/Drupal/Core/Config/CachedStorage.php Returns whether a configuration object exists.
CachedStorage::findByPrefix function core/lib/Drupal/Core/Config/CachedStorage.php Finds configuration object names starting with a given prefix.
CachedStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/CachedStorage.php Gets the existing collections.
CachedStorage::getCacheKey function core/lib/Drupal/Core/Config/CachedStorage.php Returns a cache key for a configuration name using the collection.
CachedStorage::getCacheKeys function core/lib/Drupal/Core/Config/CachedStorage.php Returns a cache key map for an array of configuration names.
CachedStorage::getCollectionName function core/lib/Drupal/Core/Config/CachedStorage.php Gets the name of the current collection the storage is using.
CachedStorage::getCollectionPrefix function core/lib/Drupal/Core/Config/CachedStorage.php Returns a cache ID prefix to use for the collection.
CachedStorage::listAll function core/lib/Drupal/Core/Config/CachedStorage.php Gets configuration object names starting with a given prefix.
CachedStorage::read function core/lib/Drupal/Core/Config/CachedStorage.php Reads configuration data from the storage.
CachedStorage::readMultiple function core/lib/Drupal/Core/Config/CachedStorage.php Reads configuration data from the storage.
CachedStorage::rename function core/lib/Drupal/Core/Config/CachedStorage.php Renames a configuration object in the storage.
CachedStorage::resetListCache function core/lib/Drupal/Core/Config/CachedStorage.php Clears the static list cache.
CachedStorage::write function core/lib/Drupal/Core/Config/CachedStorage.php Writes configuration data to the storage.
CachedStorage::__construct function core/lib/Drupal/Core/Config/CachedStorage.php Constructs a new CachedStorage.
CachedStorageTest class core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php Tests CachedStorage operations.
CachedStorageTest class core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php Tests the interaction of cache and file storage in CachedStorage.
CachedStorageTest.php file core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CachedStorageTest.php file core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php
CachedStorageTest::$cache property core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php The cache backend the cached storage is using.
CachedStorageTest::$cacheFactory property core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php
CachedStorageTest::$fileStorage property core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php The file storage the cached storage is using.
CachedStorageTest::containerBuild function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CachedStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CachedStorageTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CachedStorageTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CachedStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CachedStorageTest::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php Tests an invalid storage.
CachedStorageTest::testListAllStaticCache function core/tests/Drupal/Tests/Core/Config/CachedStorageTest.php Test listAll static cache.
CachedStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.