Defines an interface for comparison of configuration storage objects.
Hierarchy
- interface \Drupal\Core\Config\StorageComparerInterface
File
- core/lib/Drupal/Core/Config/StorageComparerInterface.php, line 8
Namespace
Drupal\Core\Config
Members
Name | Modifiers | Type | Description |
---|---|---|---|
StorageComparerInterface::extractRenameNames | public | function | Extracts old and new configuration names from a configuration change name. |
StorageComparerInterface::getAllCollectionNames | public | function | Gets the existing collections from both the target and source storage. |
StorageComparerInterface::getChangelist | public | function | Gets the list of differences to import. |
StorageComparerInterface::getEmptyChangelist | public | function | Gets an empty changelist. |
StorageComparerInterface::getSourceStorage | public | function | Gets the configuration source storage. |
StorageComparerInterface::getTargetStorage | public | function | Gets the configuration target storage. |
StorageComparerInterface::hasChanges | public | function | Checks if there are any operations with changes to process. |
StorageComparerInterface::moveRenameToUpdate | public | function | Moves a rename operation to an update. |
StorageComparerInterface::reset | public | function | Recalculates the differences. |
StorageComparerInterface::validateSiteUuid | public | function | Validates that the system.site::uuid in the source and target match. |
Please login to continue.