Search for storage
- Search 7.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Search 11.x for storage
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StorageComparer | class | core/ |
Defines a config storage comparer. |
| StorageComparer.php | file | core/ |
|
| StorageComparer::$changelist | property | core/ |
List of changes to between the source storage and the target storage. |
| StorageComparer::$sourceCacheStorage | property | core/ |
A memory cache backend to statically cache source configuration data. |
| StorageComparer::$sourceNames | property | core/ |
Sorted list of all the configuration object names in the source storage. |
| StorageComparer::$sourceStorage | property | core/ |
The source storage used to discover configuration changes. |
| StorageComparer::$sourceStorages | property | core/ |
The source storages keyed by collection. |
| StorageComparer::$targetCacheStorage | property | core/ |
A memory cache backend to statically cache target configuration data. |
| StorageComparer::$targetNames | property | core/ |
Sorted list of all the configuration object names in the target storage. |
| StorageComparer::$targetStorage | property | core/ |
The target storage used to write configuration changes. |
| StorageComparer::$targetStorages | property | core/ |
The target storages keyed by collection. |
| StorageComparer::addChangeList | function | core/ |
Adds changes to the changelist. |
| StorageComparer::addChangelistCreate | function | core/ |
Creates the create changelist. |
| StorageComparer::addChangelistDelete | function | core/ |
Creates the delete changelist. |
| StorageComparer::addChangelistRename | function | core/ |
Creates the rename changelist. |
| StorageComparer::addChangelistUpdate | function | core/ |
Creates the update changelist. |
| StorageComparer::createChangelist | function | core/ |
|
| StorageComparer::createRenameName | function | core/ |
Creates a rename name from the old and new names for the object. |
| StorageComparer::extractRenameNames | function | core/ |
Extracts old and new configuration names from a configuration change name. |
| StorageComparer::getAllCollectionNames | function | core/ |
Gets the existing collections from both the target and source storage. |
| StorageComparer::getAndSortConfigData | function | core/ |
Gets and sorts configuration data from the source and target storages. |
| StorageComparer::getChangelist | function | core/ |
Gets the list of differences to import. |
| StorageComparer::getEmptyChangelist | function | core/ |
Gets an empty changelist. |
| StorageComparer::getSourceStorage | function | core/ |
Gets the configuration source storage. |
| StorageComparer::getTargetStorage | function | core/ |
Gets the configuration target storage. |
| StorageComparer::hasChanges | function | core/ |
Checks if there are any operations with changes to process. |
| StorageComparer::moveRenameToUpdate | function | core/ |
Moves a rename operation to an update. |
| StorageComparer::removeFromChangelist | function | core/ |
Removes the entry from the given operation changelist for the given name. |
| StorageComparer::reset | function | core/ |
Recalculates the differences. |
| StorageComparer::validateSiteUuid | function | core/ |
Validates that the system.site::uuid in the source and target match. |
| StorageComparer::__construct | function | core/ |
Constructs the Configuration storage comparer. |
| StorageComparerInterface | interface | core/ |
Defines an interface for comparison of configuration storage objects. |
| StorageComparerInterface.php | file | core/ |
|
| 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. |
| 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. |
Pagination
- Previous page
- Page 57
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.