StorageComparerInterface::moveRenameToUpdate

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

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()

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);
doc_Drupal
2016-10-29 09:44:42
Comments
Leave a Comment

Please login to continue.