Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 11.x for to
- Search main for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| StreamFileUploaderTest::testWriteStreamToFileSuccess | function | core/ |
@covers ::writeStreamToFile[[api-linebreak]] |
| StreamFileUploaderTest::testWriteStreamToFileWithSmallerBytes | function | core/ |
@covers ::writeStreamToFile[[api-linebreak]] |
| 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/ |
@covers ::delete[[api-linebreak]] |
| StringBaseTest::testSaveWithoutStorage | function | core/ |
@covers ::save[[api-linebreak]] |
| 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. |
| StringDatabaseStorage::createTranslation | function | core/ |
Creates a string translation object bound to this storage but not saved. |
| StringDatabaseStorage::dbDelete | function | core/ |
Creates delete query. |
| StringDatabaseStorage::dbExecute | function | core/ |
Executes an arbitrary SELECT query string with the injected options. |
| StringDatabaseStorage::dbFieldTable | function | core/ |
Gets table alias for field. |
| StringDatabaseStorage::dbStringInsert | function | core/ |
Creates a database record for a string object. |
| StringDatabaseStorage::dbStringKeys | function | core/ |
Gets keys values that are in a database table. |
| StringDatabaseStorage::dbStringLoad | function | core/ |
Loads multiple string objects. |
| StringDatabaseStorage::dbStringSelect | function | core/ |
Builds a SELECT query with multiple conditions and fields. |
| StringDatabaseStorage::dbStringTable | function | core/ |
Gets table name for storing string object. |
| StringDatabaseStorage::dbStringUpdate | function | core/ |
Updates string object in the database. |
| StringDatabaseStorage::delete | function | core/ |
Delete string from storage. |
| StringDatabaseStorage::deleteStrings | function | core/ |
Deletes source strings and translations using conditions. |
| StringDatabaseStorage::deleteTranslations | function | core/ |
Deletes translations using conditions. |
| StringDatabaseStorage::findString | function | core/ |
Loads a string source object, fast query. |
| StringDatabaseStorage::findTranslation | function | core/ |
Loads a string translation object, fast query. |
| StringDatabaseStorage::getLocations | function | core/ |
Loads string location information. |
Pagination
- Previous page
- Page 216
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.