function StorageComparerInterface::getEmptyChangelist
Same name in other branches
- 9 core/lib/Drupal/Core/Config/StorageComparerInterface.php \Drupal\Core\Config\StorageComparerInterface::getEmptyChangelist()
- 8.9.x core/lib/Drupal/Core/Config/StorageComparerInterface.php \Drupal\Core\Config\StorageComparerInterface::getEmptyChangelist()
- 10 core/lib/Drupal/Core/Config/StorageComparerInterface.php \Drupal\Core\Config\StorageComparerInterface::getEmptyChangelist()
Gets an empty changelist.
Return value
array An empty changelist array.
1 method overrides StorageComparerInterface::getEmptyChangelist()
- StorageComparer::getEmptyChangelist in core/
lib/ Drupal/ Core/ Config/ StorageComparer.php - Gets an empty changelist.
File
-
core/
lib/ Drupal/ Core/ Config/ StorageComparerInterface.php, line 51
Class
- StorageComparerInterface
- Defines an interface for comparison of configuration storage objects.
Namespace
Drupal\Core\ConfigCode
public function getEmptyChangelist();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.