Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 11.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
LocaleProjectStorageTest::$keyValueMemoryFactory | property | core/ |
|
LocaleProjectStorageTest::$projectStorage | property | core/ |
|
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/ |
|
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/ |
|
ManagedStorageTest::getStorage | function | core/ |
|
ManagedStorageTest::insert | function | core/ |
|
ManagedStorageTest::read | function | core/ |
|
ManagedStorageTest::setUp | function | core/ |
|
ManagedStorageTest::testInvalidStorage | function | core/ |
Tests an invalid storage. |
ManagedStorageTest::update | function | core/ |
|
ManageFieldsLifecycleTest::addPersistentFieldStorage | function | core/ |
Tests that persistent field storage appears in the field UI. |
ManageFieldsTest::testFieldStorageFormAlter | function | core/ |
Tests hook_form_field_storage_config_form_edit_alter(). |
MediaFilterController::$mediaStorage | property | core/ |
The media storage. |
MediaFunctionalTestTrait::$storage | property | core/ |
The storage service. |
MediaLibrary::$mediaTypeStorage | property | core/ |
The media type entity storage. |
MediaLibraryEditorOpener::$filterStorage | property | core/ |
The text format entity storage. |
MediaLibraryEditorOpener::$mediaStorage | property | core/ |
The media storage. |
MediaSourceBase::createSourceFieldStorage | function | core/ |
Creates the source field storage definition. |
MediaSourceBase::getSourceFieldStorage | function | core/ |
Returns the source field storage definition. |
MediaStorage | class | core/ |
Defines the storage handler class for media. |
Pagination
- Previous page
- Page 39
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.