Defines an interface for comparison of configuration storage objects.
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. |
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Config!StorageComparerInterface.php/interface/StorageComparerInterface/8.1.x