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 |
|---|---|---|---|
| LocaleProjectStorageInterface::getMultiple | function | core/ |
Returns a list of project records. |
| LocaleProjectStorageInterface::resetCache | function | core/ |
Resets the project storage cache. |
| LocaleProjectStorageInterface::set | function | core/ |
Creates or updates the project record. |
| LocaleProjectStorageInterface::setMultiple | function | core/ |
Creates or updates multiple project records. |
| LocaleProjectStorageTest | class | core/ |
Tests Drupal\locale\LocaleProjectStorage. |
| LocaleProjectStorageTest.php | file | core/ |
|
| LocaleProjectStorageTest::$keyValueMemoryFactory | property | core/ |
The key value memory factory. |
| LocaleProjectStorageTest::$projectStorage | property | core/ |
The local project storage. |
| LocaleProjectStorageTest::setUp | function | core/ |
|
| LocaleProjectStorageTest::testDelete | function | core/ |
Tests deleted projects are not included in the count. |
| LocaleProjectStorageTest::testSorting | function | core/ |
Tests that projects are sorted by weight and key. |
| LocaleStringTest::$storage | property | core/ |
The locale storage. |
| LocaleTranslation::$storage | property | core/ |
Storage for strings. |
| LocaleTranslationProjectsTest::$projectStorage | property | core/ |
The locale project storage used in this test. |
| LocaleTranslationTest::$storage | property | core/ |
A mocked storage to use when instantiating LocaleTranslation objects. |
| MailHandler::$userStorage | property | core/ |
The user entity storage handler. |
| MailHandlerTest::$userStorage | property | core/ |
The user storage handler. |
| ManageDisplayTest::$displayStorage | property | core/ |
The display storage. |
| ManagedStorage | class | core/ |
The managed storage defers all the storage method calls to the manager. |
| ManagedStorage.php | file | core/ |
|
| ManagedStorage::$manager | property | core/ |
The storage manager to get the storage to decorate. |
| ManagedStorage::$storage | property | core/ |
The decorated storage. |
| ManagedStorage::createCollection | function | core/ |
Creates a collection on the storage. |
| ManagedStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| ManagedStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
| ManagedStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| ManagedStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| ManagedStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| ManagedStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| ManagedStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| ManagedStorage::getStorage | function | core/ |
Get the decorated storage from the manager if necessary. |
| ManagedStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| ManagedStorage::read | function | core/ |
Reads configuration data from the storage. |
| ManagedStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
| ManagedStorage::rename | function | core/ |
Renames a configuration object in the storage. |
| ManagedStorage::write | function | core/ |
Writes configuration data to the storage. |
| ManagedStorage::__construct | function | core/ |
ManagedStorage constructor. |
| ManagedStorageTest | class | core/ |
Tests ManagedStorage operations. |
| ManagedStorageTest.php | file | core/ |
|
| ManagedStorageTest::delete | function | core/ |
Deletes configuration data from the storage. |
| ManagedStorageTest::getStorage | function | core/ |
Get the config storage. |
| ManagedStorageTest::insert | function | core/ |
Inserts configuration data in the storage. |
| ManagedStorageTest::read | function | core/ |
Reads configuration data from the storage. |
| ManagedStorageTest::setUp | function | core/ |
|
| ManagedStorageTest::testInvalidStorage | function | core/ |
Tests an invalid storage. |
| ManagedStorageTest::update | function | core/ |
Updates configuration data in the storage. |
| ManageFieldsLifecycleTest::addPersistentFieldStorage | function | core/ |
Tests that persistent field storage appears in the field UI. |
| MediaFilterController::$mediaStorage | property | core/ |
The media storage. |
| MediaFunctionalTestTrait::$storage | property | core/ |
The storage service. |
| MediaHooks::formFieldUiFieldStorageAddFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter(). |
Pagination
- Previous page
- Page 38
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.