public function StorageComparerInterface::reset

Recalculates the differences.

Return value

\Drupal\Core\Config\StorageComparerInterface An object which implements the StorageComparerInterface.

1 method overrides StorageComparerInterface::reset()
StorageComparer::reset in drupal/core/lib/Drupal/Core/Config/StorageComparer.php
Recalculates the differences.

File

drupal/core/lib/Drupal/Core/Config/StorageComparerInterface.php, line 102
Contains \Drupal\Core\Config\StorageComparerInterface.

Class

StorageComparerInterface
Defines an interface for comparison of configuration storage objects.

Namespace

Drupal\Core\Config

Code

public function reset();