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
PhpStorageInterface::writeable function core/lib/Drupal/Component/PhpStorage/PhpStorageInterface.php Whether this is a writable storage.
PhpStorageTestBase class core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php Base test for PHP storages.
PhpStorageTestBase.php file core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php
PhpStorageTestBase::$directory property core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php A unique per test class directory path to test php storage.
PhpStorageTestBase::additionalAssertCRUD function core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php Additional asserts to be run.
PhpStorageTestBase::assertCRUD function core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php Assert that a PHP storage's load/save/delete operations work.
PhpStorageTestBase::setUp function core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php
plugin.manager.layout_builder.section_storage service core/modules/layout_builder/layout_builder.services.yml Drupal\layout_builder\SectionStorage\SectionStorageManager
PrepareLayoutEvent::$sectionStorage property core/modules/layout_builder/src/Event/PrepareLayoutEvent.php The section storage plugin.
PrepareLayoutEvent::getSectionStorage function core/modules/layout_builder/src/Event/PrepareLayoutEvent.php Gets the section storage.
PrivateTempStore::$storage property core/lib/Drupal/Core/TempStore/PrivateTempStore.php The key/value storage object used for this data.
PrivateTempStoreFactory::$storageFactory property core/lib/Drupal/Core/TempStore/PrivateTempStoreFactory.php The storage factory creating the backend to store the data.
ProtectedUserFieldConstraintValidator::$userStorage property core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php User storage handler.
QueryGroupByTest::$storage property core/modules/views/tests/src/Kernel/QueryGroupByTest.php The storage for the test entity type.
ReadOnlyStorage class core/lib/Drupal/Core/Config/ReadOnlyStorage.php A ReadOnlyStorage decorates a storage and does not allow writing to it.
ReadOnlyStorage.php file core/lib/Drupal/Core/Config/ReadOnlyStorage.php
ReadOnlyStorage::$storage property core/lib/Drupal/Core/Config/ReadOnlyStorage.php The config storage that we are decorating.
ReadOnlyStorage::createCollection function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Creates a collection on the storage.
ReadOnlyStorage::decode function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Decodes configuration data from the storage-specific format.
ReadOnlyStorage::delete function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Deletes a configuration object from the storage.
ReadOnlyStorage::deleteAll function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Deletes configuration objects whose names start with a given prefix.
ReadOnlyStorage::encode function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Encodes configuration data into the storage-specific format.
ReadOnlyStorage::exists function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Returns whether a configuration object exists.
ReadOnlyStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Gets the existing collections.
ReadOnlyStorage::getCollectionName function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Gets the name of the current collection the storage is using.
ReadOnlyStorage::listAll function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Gets configuration object names starting with a given prefix.
ReadOnlyStorage::read function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Reads configuration data from the storage.
ReadOnlyStorage::readMultiple function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Reads configuration data from the storage.
ReadOnlyStorage::rename function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Renames a configuration object in the storage.
ReadOnlyStorage::write function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Writes configuration data to the storage.
ReadOnlyStorage::__construct function core/lib/Drupal/Core/Config/ReadOnlyStorage.php Create a ReadOnlyStorage decorating another storage.
ReadOnlyStorageTest class core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php @coversDefaultClass \Drupal\Core\Config\ReadOnlyStorage
@group Config
ReadOnlyStorageTest.php file core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php
ReadOnlyStorageTest::$memory property core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php The memory storage containing the data.
ReadOnlyStorageTest::$storage property core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php The read-only storage under test.
ReadOnlyStorageTest::readMethodsProvider function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php Provide the methods that work transparently.
ReadOnlyStorageTest::setRandomFixtureConfig function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php Generate random config in the memory storage.
ReadOnlyStorageTest::setUp function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php
ReadOnlyStorageTest::testCollections function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php @covers ::getAllCollectionNames
@covers ::getCollectionName
@covers ::createCollection
ReadOnlyStorageTest::testEncodeDecode function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php @covers ::encode
@covers ::decode
ReadOnlyStorageTest::testReadOperations function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php @covers ::exists
@covers ::read
@covers ::readMultiple
@covers ::listAll
ReadOnlyStorageTest::testWriteOperations function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php @covers ::write
@covers ::delete
@covers ::rename
@covers ::deleteAll
ReadOnlyStorageTest::writeMethodsProvider function core/tests/Drupal/Tests/Core/Config/ReadOnlyStorageTest.php Provide the methods that throw an exception.
RecipeConfigStorageWrapper class core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Merges two storages together.
RecipeConfigStorageWrapper.php file core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php
RecipeConfigStorageWrapper::createCollection function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Creates a collection on the storage.
RecipeConfigStorageWrapper::createStorageFromArray function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Creates a single config storage for an array of storages.
RecipeConfigStorageWrapper::decode function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Decodes configuration data from the storage-specific format.
RecipeConfigStorageWrapper::delete function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Deletes a configuration object from the storage.
RecipeConfigStorageWrapper::deleteAll function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Deletes configuration objects whose names start with a given prefix.

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