Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StorageReplaceDataWrapperTest::testCreateCollection | function | core/ |
Tests if new collections created correctly. |
| StorageReplaceDataWrapperTest::testInvalidStorage | function | core/ |
Tests an invalid storage. |
| StorageReplaceDataWrapperTest::update | function | core/ |
Updates configuration data in the storage. |
| 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 install. |
| StorageTest::$modules | property | core/ |
Modules to install. |
| 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::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. |
| StorageTransformEvent.php | file | core/ |
|
| StorageTransformEvent::$storage | property | core/ |
The configuration storage which is transformed. |
| StorageTransformEvent::getStorage | function | core/ |
Returns the mutable storage ready to be read from and written to. |
| StorageTransformEvent::__construct | function | core/ |
StorageTransformEvent constructor. |
| StringBase::$storage | property | core/ |
The locale storage this string comes from or is to be saved to. |
| StringBase::getStorage | function | core/ |
Gets the string storage. |
| StringBase::setStorage | function | core/ |
Sets the string storage. |
| StringBaseTest::testDeleteWithoutStorage | function | core/ |
Tests delete without storage. |
| StringBaseTest::testSaveWithoutStorage | function | core/ |
Tests save without storage. |
| StringDatabaseStorage | class | core/ |
Defines a class to store localized strings in the database. |
| StringDatabaseStorage.php | file | core/ |
|
| StringDatabaseStorage::$connection | property | core/ |
The database connection. |
| StringDatabaseStorage::$options | property | core/ |
Additional database connection options to use in queries. |
| StringDatabaseStorage::checkVersion | function | core/ |
Checks whether the string version matches a given version, fix it if not. |
| StringDatabaseStorage::countStrings | function | core/ |
Counts source strings. |
| StringDatabaseStorage::countTranslations | function | core/ |
Counts translations. |
| StringDatabaseStorage::createString | function | core/ |
Creates a source string object bound to this storage but not saved. |
Pagination
- Previous page
- Page 62
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.