function StorageComparerInterface::getChangelist

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/StorageComparerInterface.php \Drupal\Core\Config\StorageComparerInterface::getChangelist()
  2. 10 core/lib/Drupal/Core/Config/StorageComparerInterface.php \Drupal\Core\Config\StorageComparerInterface::getChangelist()
  3. 11.x core/lib/Drupal/Core/Config/StorageComparerInterface.php \Drupal\Core\Config\StorageComparerInterface::getChangelist()

Gets the list of differences to import.

Parameters

string $op: (optional) A change operation. Either delete, create or update. If supplied the returned list will be limited to this operation.

string $collection: (optional) The collection to get the changelist for. Defaults to the default collection.

Return value

array An array of config changes that are yet to be imported.

1 method overrides StorageComparerInterface::getChangelist()
StorageComparer::getChangelist in core/lib/Drupal/Core/Config/StorageComparer.php
Gets the list of differences to import.

File

core/lib/Drupal/Core/Config/StorageComparerInterface.php, line 55

Class

StorageComparerInterface
Defines an interface for comparison of configuration storage objects.

Namespace

Drupal\Core\Config

Code

public function getChangelist($op = NULL, $collection = StorageInterface::DEFAULT_COLLECTION);

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