public function MigrateIdMapInterface::setUpdate in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::setUpdate()
Sets a specified record to be updated, if it exists.
Parameters
array $source_id_values: The source identifier values of the record.
1 method overrides MigrateIdMapInterface::setUpdate()
- Sql::setUpdate in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php - Sets a specified record to be updated, if it exists.
File
- core/
modules/ migrate/ src/ Plugin/ MigrateIdMapInterface.php, line 254 - Contains \Drupal\migrate\Plugin\MigrateIdMapInterface.
Class
- MigrateIdMapInterface
- Defines an interface for migrate ID mappings.
Namespace
Drupal\migrate\PluginCode
public function setUpdate(array $source_id_values);