You are here

constant MigrateIdMapInterface::ROLLBACK_PRESERVE in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::ROLLBACK_PRESERVE
  2. 9 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::ROLLBACK_PRESERVE

Indicates that the data for the row is to be preserved.

Rows that refer to entities that already exist on the destination and are being updated are preserved.

File

core/modules/migrate/src/Plugin/MigrateIdMapInterface.php, line 68

Class

MigrateIdMapInterface
Defines an interface for migrate ID mappings.

Namespace

Drupal\migrate\Plugin

Code

const ROLLBACK_PRESERVE = 1;