Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| StorageReplaceDataWrapper::$replacementData | property | core/ |
The configuration replacement data, keyed by configuration object name. |
| StorageReplaceDataWrapper::$storage | property | core/ |
The configuration storage to be wrapped. |
| StorageReplaceDataWrapper::createCollection | function | core/ |
Creates a collection on the storage. |
| StorageReplaceDataWrapper::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| StorageReplaceDataWrapper::delete | function | core/ |
Deletes a configuration object from the storage. |
| StorageReplaceDataWrapper::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| StorageReplaceDataWrapper::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| StorageReplaceDataWrapper::exists | function | core/ |
Returns whether a configuration object exists. |
| StorageReplaceDataWrapper::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| 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 and makes sure validation and caching works right. |
| 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/ |
Verifies that form build-id is regenerated when loading an immutable form from the cache. |
| 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. |
Pagination
- Previous page
- Page 202
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.