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);
Please login to continue.