You are here

public function MigrateIdMapInterface::setUpdate in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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\Plugin

Code

public function setUpdate(array $source_id_values);