Search for storage

  1. Search 7.x for storage
  2. Search 9.5.x for storage
  3. Search 8.9.x for storage
  4. Search 11.x for storage
  5. Other projects
Title Object type File name Summary
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::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 Tests listAll static cache.
CachedStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
CachePluginBase::$storage property core/modules/views/src/Plugin/views/cache/CachePluginBase.php Contains all data that should be written/read from cache.
CacheTagTest::$nodeStorage property core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php The node storage.
CacheTest::testHeaderStorage function core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Tests css/js storage and restoring mechanism.
CheckpointStorage class core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Provides a config storage that can make checkpoints.
CheckpointStorage.php file core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php
CheckpointStorage::$keyValueStores property core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php The key value stores that store configuration changed for each checkpoint.
CheckpointStorage::$readFromCheckpoint property core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php The checkpoint to read from.
CheckpointStorage::checkpoint function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php
CheckpointStorage::CONFIG_COLLECTION_KEY constant core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Used to store the list of collections in each checkpoint.
CheckpointStorage::createCollection function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php
CheckpointStorage::decode function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php
CheckpointStorage::delete function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php
CheckpointStorage::deleteAll function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php
CheckpointStorage::encode function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php
CheckpointStorage::exists function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php
CheckpointStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php
CheckpointStorage::getCheckpointsToReadFrom function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Gets the checkpoints to read from.
CheckpointStorage::getCollectionName function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php
CheckpointStorage::getKeyValue function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Gets the key value storage for the provided checkpoint.
CheckpointStorage::getOriginalConfig function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Gets the original data from the configuration.
CheckpointStorage::getSubscribedEvents function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php
CheckpointStorage::KEY_VALUE_COLLECTION_PREFIX constant core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Used as prefix to a config checkpoint collection.
CheckpointStorage::listAll function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php
CheckpointStorage::onConfigRename function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Updates checkpoint when configuration is saved.
CheckpointStorage::onConfigSaveAndDelete function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php Updates checkpoint when configuration is saved.
CheckpointStorage::read function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php

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