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 10.3.x for storage
  5. Other projects
Title Object type File name Summary
StorageReplaceDataWrapper::rename function core/modules/config/src/StorageReplaceDataWrapper.php Renames a configuration object in the storage.
StorageReplaceDataWrapper::replaceData function core/modules/config/src/StorageReplaceDataWrapper.php Replaces the configuration object data with the supplied data.
StorageReplaceDataWrapper::write function core/modules/config/src/StorageReplaceDataWrapper.php Writes configuration data to the storage.
StorageReplaceDataWrapper::__construct function core/modules/config/src/StorageReplaceDataWrapper.php Constructs a new StorageReplaceDataWrapper.
StorageReplaceDataWrapperTest class core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php Tests StorageReplaceDataWrapper operations.
StorageReplaceDataWrapperTest.php file core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php
StorageReplaceDataWrapperTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php Deletes configuration data from the storage.
StorageReplaceDataWrapperTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php Inserts configuration data in the storage.
StorageReplaceDataWrapperTest::providerCollections function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php Data provider for testing different collections.
StorageReplaceDataWrapperTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php Reads configuration data from the storage.
StorageReplaceDataWrapperTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php
StorageReplaceDataWrapperTest::testCreateCollection function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php Tests if new collections created correctly.
StorageReplaceDataWrapperTest::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php Tests an invalid storage.
StorageReplaceDataWrapperTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php Updates configuration data in the storage.
StorageTest class core/modules/views_ui/tests/src/Functional/StorageTest.php Tests the UI of storage properties of views.
StorageTest class core/modules/system/tests/src/Functional/Form/StorageTest.php Tests a multistep form using form storage.
StorageTest.php file core/modules/system/tests/src/Functional/Form/StorageTest.php
StorageTest.php file core/modules/views_ui/tests/src/Functional/StorageTest.php
StorageTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/StorageTest.php The theme to install as the default for testing.
StorageTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/StorageTest.php The theme to install as the default for testing.
StorageTest::$modules property core/modules/system/tests/src/Functional/Form/StorageTest.php Modules to install.
StorageTest::$modules property core/modules/views_ui/tests/src/Functional/StorageTest.php Modules to install.
StorageTest::$testViews property core/modules/views_ui/tests/src/Functional/StorageTest.php Views used by this test.
StorageTest::setUp function core/modules/system/tests/src/Functional/Form/StorageTest.php
StorageTest::testCachedFormStorageValidation function core/modules/system/tests/src/Functional/Form/StorageTest.php Tests updating cached form storage during form validation.
StorageTest::testDetails function core/modules/views_ui/tests/src/Functional/StorageTest.php Tests changing label, description and tag.
StorageTest::testForm function core/modules/system/tests/src/Functional/Form/StorageTest.php Tests using the form in a usual way.
StorageTest::testFormCached function core/modules/system/tests/src/Functional/Form/StorageTest.php Tests using the form after calling $form_state->setCached().
StorageTest::testValidation function core/modules/system/tests/src/Functional/Form/StorageTest.php Tests validation when form storage is used.
StorageTestBase class core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php Base class for testing key-value storages.
StorageTestBase.php file core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php
StorageTestBase::$collections property core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php An array of data collection labels.
StorageTestBase::$factory property core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php Whether we are using an expirable key/value store.
StorageTestBase::$objects property core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php An array of random stdClass objects.
StorageTestBase::createStorage function core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php Creates storage objects for each collection defined for this class.
StorageTestBase::setUp function core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php
StorageTestBase::testCRUD function core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php Tests CRUD operations.
StorageTestBase::testNonExistingKeys function core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php Tests expected behavior for non-existing keys.
StorageTestBase::testRename function core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php Tests the rename operation.
StorageTestBase::testRenameNoChange function core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php Tests the rename operation.
StorageTestBase::testSetIfNotExists function core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php Tests the setIfNotExists() method.
StorageTransformerException class core/lib/Drupal/Core/Config/StorageTransformerException.php Thrown by config storage transformers if they cannot acquire a lock.
StorageTransformerException.php file core/lib/Drupal/Core/Config/StorageTransformerException.php
StorageTransformEvent class core/lib/Drupal/Core/Config/StorageTransformEvent.php Class StorageTransformEvent.
StorageTransformEvent.php file core/lib/Drupal/Core/Config/StorageTransformEvent.php
StorageTransformEvent::$storage property core/lib/Drupal/Core/Config/StorageTransformEvent.php The configuration storage which is transformed.
StorageTransformEvent::getStorage function core/lib/Drupal/Core/Config/StorageTransformEvent.php Returns the mutable storage ready to be read from and written to.
StorageTransformEvent::__construct function core/lib/Drupal/Core/Config/StorageTransformEvent.php StorageTransformEvent constructor.
StringBase::$storage property core/modules/locale/src/StringBase.php The locale storage this string comes from or is to be saved to.
StringBase::getStorage function core/modules/locale/src/StringBase.php Gets the string storage.

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