public function StorageComparerInterface::addChangeList

Adds changes to the changelist.

Parameters

string $op: The change operation performed. Either delete, create or update.

array $changes: Array of changes to add the changelist.

Return value

\Drupal\Core\Config\StorageComparerInterface An object which implements the StorageComparerInterface.

1 method overrides StorageComparerInterface::addChangeList()
StorageComparer::addChangeList in drupal/core/lib/Drupal/Core/Config/StorageComparer.php
Adds changes to the changelist.

File

drupal/core/lib/Drupal/Core/Config/StorageComparerInterface.php, line 62
Contains \Drupal\Core\Config\StorageComparerInterface.

Class

StorageComparerInterface
Defines an interface for comparison of configuration storage objects.

Namespace

Drupal\Core\Config

Code

public function addChangeList($op, array $changes);