Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 11.x for to
  5. Search main for to
  6. Other projects
Title Object type File name Summary
StorageManagerInterface interface core/lib/Drupal/Core/Config/StorageManagerInterface.php Interface for a storage manager.
StorageManagerInterface.php file core/lib/Drupal/Core/Config/StorageManagerInterface.php
StorageManagerInterface::getStorage function core/lib/Drupal/Core/Config/StorageManagerInterface.php Get the config storage.
StorageReplaceDataWrapper class core/modules/config/src/StorageReplaceDataWrapper.php Wraps a configuration storage to allow replacing specific configuration data.
StorageReplaceDataWrapper.php file core/modules/config/src/StorageReplaceDataWrapper.php
StorageReplaceDataWrapper::$collection property core/modules/config/src/StorageReplaceDataWrapper.php The storage collection.
StorageReplaceDataWrapper::$replacementData property core/modules/config/src/StorageReplaceDataWrapper.php The configuration replacement data, keyed by configuration object name.
StorageReplaceDataWrapper::$storage property core/modules/config/src/StorageReplaceDataWrapper.php The configuration storage to be wrapped.
StorageReplaceDataWrapper::createCollection function core/modules/config/src/StorageReplaceDataWrapper.php Creates a collection on the storage.
StorageReplaceDataWrapper::decode function core/modules/config/src/StorageReplaceDataWrapper.php Decodes configuration data from the storage-specific format.
StorageReplaceDataWrapper::delete function core/modules/config/src/StorageReplaceDataWrapper.php Deletes a configuration object from the storage.
StorageReplaceDataWrapper::deleteAll function core/modules/config/src/StorageReplaceDataWrapper.php Deletes configuration objects whose names start with a given prefix.
StorageReplaceDataWrapper::encode function core/modules/config/src/StorageReplaceDataWrapper.php Encodes configuration data into the storage-specific format.
StorageReplaceDataWrapper::exists function core/modules/config/src/StorageReplaceDataWrapper.php Returns whether a configuration object exists.
StorageReplaceDataWrapper::getAllCollectionNames function core/modules/config/src/StorageReplaceDataWrapper.php Gets the existing collections.
StorageReplaceDataWrapper::getCollectionName function core/modules/config/src/StorageReplaceDataWrapper.php Gets the name of the current collection the storage is using.
StorageReplaceDataWrapper::listAll function core/modules/config/src/StorageReplaceDataWrapper.php Gets configuration object names starting with a given prefix.
StorageReplaceDataWrapper::read function core/modules/config/src/StorageReplaceDataWrapper.php Reads configuration data from the storage.
StorageReplaceDataWrapper::readMultiple function core/modules/config/src/StorageReplaceDataWrapper.php Reads configuration data from the storage.
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
StorageReplaceDataWrapperTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php
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
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
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::testImmutableForm function core/modules/system/tests/src/Functional/Form/StorageTest.php Tests form build ID regeneration when loading a cached immutable form.
StorageTest::testImmutableFormLegacyProtection function core/modules/system/tests/src/Functional/Form/StorageTest.php Verify that existing contrib code cannot overwrite immutable form state.
StorageTest::testValidation function core/modules/system/tests/src/Functional/Form/StorageTest.php Tests validation when form storage is used.

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