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 |
---|---|---|---|
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/ |
Get the config storage. |
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. |
MediaFilterController::$mediaStorage | property | core/ |
The media storage. |
MediaFunctionalTestTrait::$storage | property | core/ |
The storage service. |
MediaHooks::formFieldUiFieldStorageAddFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter(). |
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. |
MediaStorage.php | file | core/ |
|
MediaStorage::save | function | core/ |
Saves the entity permanently. |
MemoryStorage | class | core/ |
Defines a default key/value store implementation. |
MemoryStorage | class | core/ |
Provides an in memory configuration storage. |
MemoryStorage.php | file | core/ |
|
MemoryStorage.php | file | core/ |
|
MemoryStorage::$collection | property | core/ |
The storage collection. |
MemoryStorage::$config | property | core/ |
The configuration, an object shared by reference across collections. |
MemoryStorage::$data | property | core/ |
The actual storage of key-value pairs. |
MemoryStorage::createCollection | function | core/ |
Creates a collection on the storage. |
MemoryStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
MemoryStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
MemoryStorage::delete | function | core/ |
Deletes an item from the key/value store. |
MemoryStorage::deleteAll | function | core/ |
Deletes all items from the key/value store. |
MemoryStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
MemoryStorage::deleteMultiple | function | core/ |
Deletes multiple items from the key/value store. |
MemoryStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
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.