function StorageComparerInterface::validateSiteUuid
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Config/StorageComparerInterface.php \Drupal\Core\Config\StorageComparerInterface::validateSiteUuid()
- 10 core/lib/Drupal/Core/Config/StorageComparerInterface.php \Drupal\Core\Config\StorageComparerInterface::validateSiteUuid()
- 11.x core/lib/Drupal/Core/Config/StorageComparerInterface.php \Drupal\Core\Config\StorageComparerInterface::validateSiteUuid()
Validates that the system.site::uuid in the source and target match.
Return value
bool TRUE if identical, FALSE if not.
1 method overrides StorageComparerInterface::validateSiteUuid()
- StorageComparer::validateSiteUuid in core/
lib/ Drupal/ Core/ Config/ StorageComparer.php - Validates that the system.site::uuid in the source and target match.
File
-
core/
lib/ Drupal/ Core/ Config/ StorageComparerInterface.php, line 83
Class
- StorageComparerInterface
- Defines an interface for comparison of configuration storage objects.
Namespace
Drupal\Core\ConfigCode
public function validateSiteUuid();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.