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 |
---|---|---|---|
StorageComparerTest::getConfigData | function | core/ |
|
StorageComparerTest::setUp | function | core/ |
|
StorageComparerTest::testCreateChangelistCreate | function | core/ |
Tests create changelist create. |
StorageComparerTest::testCreateChangelistDelete | function | core/ |
Tests create changelist delete. |
StorageComparerTest::testCreateChangelistNoChange | function | core/ |
Tests create changelist no change. |
StorageComparerTest::testCreateChangelistUpdate | function | core/ |
Tests create changelist update. |
StorageComparerTest::testDifferentCollections | function | core/ |
Tests different collections. |
StorageCopyTrait | trait | core/ |
Utility trait to copy configuration from one storage to another. |
StorageCopyTrait.php | file | core/ |
|
StorageCopyTrait::replaceStorageContents | function | core/ |
Copy the configuration from one storage to another and remove stale items. |
StorageCopyTraitTest | class | core/ |
Tests Drupal\Core\Config\StorageCopyTrait. |
StorageCopyTraitTest.php | file | core/ |
|
StorageCopyTraitTest::generateRandomData | function | core/ |
Generate random data in a config storage. |
StorageCopyTraitTest::providerTestReplaceStorageContents | function | core/ |
Provides data for testCheckRequirements(). |
StorageCopyTraitTest::testReplaceStorageContents | function | core/ |
Tests replace storage contents. |
StorageCopyTraitTest::testWithInvalidConfiguration | function | core/ |
Tests replaceStorageContents() with config with an invalid configuration. |
StorageCopyTraitTest::toArray | function | core/ |
Get the protected config data out of a MemoryStorage. |
StorageException | class | core/ |
An exception thrown in case of storage operation errors. |
StorageException.php | file | core/ |
|
StorageInterface | interface | core/ |
Defines an interface for configuration storage. |
StorageInterface.php | file | core/ |
|
StorageInterface::createCollection | function | core/ |
Creates a collection on the storage. |
StorageInterface::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
StorageInterface::DEFAULT_COLLECTION | constant | core/ |
The default collection name. |
StorageInterface::delete | function | core/ |
Deletes a configuration object from the storage. |
StorageInterface::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
StorageInterface::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
StorageInterface::exists | function | core/ |
Returns whether a configuration object exists. |
StorageInterface::getAllCollectionNames | function | core/ |
Gets the existing collections. |
StorageInterface::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
StorageInterface::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
StorageInterface::read | function | core/ |
Reads configuration data from the storage. |
StorageInterface::readMultiple | function | core/ |
Reads configuration data from the storage. |
StorageInterface::rename | function | core/ |
Renames a configuration object in the storage. |
StorageInterface::write | function | core/ |
Writes configuration data to the storage. |
StorageManagerInterface | interface | core/ |
Interface for a storage manager. |
StorageManagerInterface.php | file | core/ |
|
StorageManagerInterface::getStorage | function | core/ |
Get the config storage. |
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. |
StringItem::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
StringItem::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
StringItemBase::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
StubEntityStorageBase | class | core/ |
A stub base entity storage for testing purposes. |
StubEntityStorageBase.php | file | core/ |
Pagination
- Previous page
- Page 31
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.