You are here

public function StorageComparerInterface::moveRenameToUpdate in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/StorageComparerInterface.php \Drupal\Core\Config\StorageComparerInterface::moveRenameToUpdate()

Moves a rename operation to an update.

Parameters

string $rename: The rename name, as provided by ConfigImporter::createRenameName().

string $collection: (optional) The collection where the configuration is stored. Defaults to the default collection.

See also

\Drupal\Core\Config\ConfigImporter::createRenameName()

1 method overrides StorageComparerInterface::moveRenameToUpdate()
StorageComparer::moveRenameToUpdate in core/lib/Drupal/Core/Config/StorageComparer.php
Moves a rename operation to an update.

File

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

Class

StorageComparerInterface
Defines an interface for comparison of configuration storage objects.

Namespace

Drupal\Core\Config

Code

public function moveRenameToUpdate($rename, $collection = StorageInterface::DEFAULT_COLLECTION);