Search for storage
- Search 7.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Search 11.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
StorageReplaceDataWrapper::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
StorageReplaceDataWrapper::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
StorageReplaceDataWrapper::read | function | core/ |
Reads configuration data from the storage. |
StorageReplaceDataWrapper::readMultiple | function | core/ |
Reads configuration data from the storage. |
StorageReplaceDataWrapper::rename | function | core/ |
Renames a configuration object in the storage. |
StorageReplaceDataWrapper::replaceData | function | core/ |
Replaces the configuration object data with the supplied data. |
StorageReplaceDataWrapper::write | function | core/ |
Writes configuration data to the storage. |
StorageReplaceDataWrapper::__construct | function | core/ |
Constructs a new StorageReplaceDataWrapper. |
StorageReplaceDataWrapperTest | class | core/ |
Tests StorageReplaceDataWrapper operations. |
StorageReplaceDataWrapperTest.php | file | core/ |
|
StorageReplaceDataWrapperTest::delete | function | core/ |
|
StorageReplaceDataWrapperTest::insert | function | core/ |
|
StorageReplaceDataWrapperTest::providerCollections | function | core/ |
Data provider for testing different collections. |
StorageReplaceDataWrapperTest::read | function | core/ |
|
StorageReplaceDataWrapperTest::setUp | function | core/ |
|
StorageReplaceDataWrapperTest::testCreateCollection | function | core/ |
Tests if new collections created correctly. |
StorageReplaceDataWrapperTest::testInvalidStorage | function | core/ |
Tests an invalid storage. |
StorageReplaceDataWrapperTest::update | function | core/ |
|
StorageTest | class | core/ |
Tests the UI of storage properties of views. |
StorageTest | class | core/ |
Tests a multistep form using form storage. |
StorageTest.php | file | core/ |
|
StorageTest.php | file | core/ |
|
StorageTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
StorageTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
StorageTest::$modules | property | core/ |
Modules to enable. |
StorageTest::$modules | property | core/ |
Modules to enable. |
StorageTest::$testViews | property | core/ |
Views used by this test. |
StorageTest::setUp | function | core/ |
|
StorageTest::testCachedFormStorageValidation | function | core/ |
Tests updating cached form storage during form validation. |
StorageTest::testDetails | function | core/ |
Tests changing label, description and tag. |
StorageTest::testForm | function | core/ |
Tests using the form in a usual way. |
StorageTest::testFormCached | function | core/ |
Tests using the form after calling $form_state->setCached(). |
StorageTest::testImmutableForm | function | core/ |
Tests form build ID regeneration when loading a cached immutable form. |
StorageTest::testImmutableFormLegacyProtection | function | core/ |
Verify that existing contrib code cannot overwrite immutable form state. |
StorageTest::testValidation | function | core/ |
Tests validation when form storage is used. |
StorageTestBase | class | core/ |
Base class for testing key-value storages. |
StorageTestBase.php | file | core/ |
|
StorageTestBase::$collections | property | core/ |
An array of data collection labels. |
StorageTestBase::$factory | property | core/ |
Whether we are using an expirable key/value store. |
StorageTestBase::$objects | property | core/ |
An array of random stdClass objects. |
StorageTestBase::createStorage | function | core/ |
Creates storage objects for each collection defined for this class. |
StorageTestBase::setUp | function | core/ |
|
StorageTestBase::testCRUD | function | core/ |
Tests CRUD operations. |
StorageTestBase::testNonExistingKeys | function | core/ |
Tests expected behavior for non-existing keys. |
StorageTestBase::testRename | function | core/ |
Tests the rename operation. |
StorageTestBase::testRenameNoChange | function | core/ |
Tests the rename operation. |
StorageTestBase::testSetIfNotExists | function | core/ |
Tests the setIfNotExists() method. |
StorageTransformerException | class | core/ |
Thrown by config storage transformers if they cannot acquire a lock. |
StorageTransformerException.php | file | core/ |
|
StorageTransformEvent | class | core/ |
Class StorageTransformEvent. |
Pagination
- Previous page
- Page 59
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.