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