function StorageComparerInterface::getEmptyChangelist

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/StorageComparerInterface.php \Drupal\Core\Config\StorageComparerInterface::getEmptyChangelist()
  2. 10 core/lib/Drupal/Core/Config/StorageComparerInterface.php \Drupal\Core\Config\StorageComparerInterface::getEmptyChangelist()
  3. 11.x 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\Config

Code

public function getEmptyChangelist();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.