public function StorageComparerInterface::getEmptyChangelist in Drupal 9
Same name and namespace in other branches
- 8 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 40
Class
- StorageComparerInterface
- Defines an interface for comparison of configuration storage objects.
Namespace
Drupal\Core\ConfigCode
public function getEmptyChangelist();