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 |
---|---|---|---|
StorageComparer::validateSiteUuid | function | core/ |
Validates that the system.site::uuid in the source and target match. |
StorageComparer::writeMode | function | core/ |
Changes the StorageComparer to write mode. |
StorageComparer::__construct | function | core/ |
Constructs the Configuration storage comparer. |
StorageComparer::__sleep | function | core/ |
|
StorageComparer::__wakeup | function | core/ |
|
StorageComparerInterface | interface | core/ |
Defines an interface for comparison of configuration storage objects. |
StorageComparerInterface.php | file | core/ |
|
StorageComparerInterface::createChangelist | function | core/ |
Calculates the differences. |
StorageComparerInterface::extractRenameNames | function | core/ |
Extracts old and new configuration names from a configuration change name. |
StorageComparerInterface::getAllCollectionNames | function | core/ |
Gets the existing collections from both the target and source storage. |
StorageComparerInterface::getChangelist | function | core/ |
Gets the list of differences to import. |
StorageComparerInterface::getEmptyChangelist | function | core/ |
Gets an empty changelist. |
StorageComparerInterface::getSourceStorage | function | core/ |
Gets the configuration source storage. |
StorageComparerInterface::getTargetStorage | function | core/ |
Gets the configuration target storage. |
StorageComparerInterface::hasChanges | function | core/ |
Checks if there are any operations with changes to process. |
StorageComparerInterface::moveRenameToUpdate | function | core/ |
Moves a rename operation to an update. |
StorageComparerInterface::reset | function | core/ |
Recalculates the differences. |
StorageComparerInterface::validateSiteUuid | function | core/ |
Validates that the system.site::uuid in the source and target match. |
StorageComparerInterface::writeMode | function | core/ |
Changes the StorageComparer to write mode. |
StorageComparerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Config\StorageComparer[[api-linebreak]] @group Config |
StorageComparerTest.php | file | core/ |
|
StorageComparerTest::$configData | property | core/ |
An array of test configuration data keyed by configuration name. |
StorageComparerTest::$sourceStorage | property | core/ |
|
StorageComparerTest::$storageComparer | property | core/ |
The storage comparer to test. |
StorageComparerTest::$targetStorage | property | core/ |
|
StorageComparerTest::generateRandomData | function | core/ |
Generate random data in a config storage. |
StorageComparerTest::getConfigData | function | core/ |
|
StorageComparerTest::setUp | function | core/ |
|
StorageComparerTest::testCreateChangelistCreate | function | core/ |
@covers ::createChangelist[[api-linebreak]] |
StorageComparerTest::testCreateChangelistDelete | function | core/ |
@covers ::createChangelist[[api-linebreak]] |
StorageComparerTest::testCreateChangelistNoChange | function | core/ |
@covers ::createChangelist[[api-linebreak]] |
StorageComparerTest::testCreateChangelistUpdate | function | core/ |
@covers ::createChangelist[[api-linebreak]] |
StorageComparerTest::testDifferentCollections | function | core/ |
@covers ::createChangelist[[api-linebreak]] |
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/ |
@coversDefaultClass \Drupal\Core\Config\StorageCopyTrait[[api-linebreak]] @group Config |
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/ |
@covers ::replaceStorageContents[[api-linebreak]] |
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. |
Pagination
- Previous page
- Page 61
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.