function StorageComparerInterface::reset
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Config/StorageComparerInterface.php \Drupal\Core\Config\StorageComparerInterface::reset()
- 10 core/lib/Drupal/Core/Config/StorageComparerInterface.php \Drupal\Core\Config\StorageComparerInterface::reset()
- 11.x core/lib/Drupal/Core/Config/StorageComparerInterface.php \Drupal\Core\Config\StorageComparerInterface::reset()
Recalculates the differences.
Return value
$this An object which implements the StorageComparerInterface.
1 method overrides StorageComparerInterface::reset()
- StorageComparer::reset in core/
lib/ Drupal/ Core/ Config/ StorageComparer.php - Recalculates the differences.
File
-
core/
lib/ Drupal/ Core/ Config/ StorageComparerInterface.php, line 63
Class
- StorageComparerInterface
- Defines an interface for comparison of configuration storage objects.
Namespace
Drupal\Core\ConfigCode
public function reset();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.