function StorageComparerInterface::moveRenameToUpdate
Same name in other branches
- 9 core/lib/Drupal/Core/Config/StorageComparerInterface.php \Drupal\Core\Config\StorageComparerInterface::moveRenameToUpdate()
- 10 core/lib/Drupal/Core/Config/StorageComparerInterface.php \Drupal\Core\Config\StorageComparerInterface::moveRenameToUpdate()
- 11.x 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\ConfigCode
public function moveRenameToUpdate($rename, $collection = StorageInterface::DEFAULT_COLLECTION);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.