MigrateIdMapInterface::ROLLBACK_PRESERVE
Same name in other branches
- 9 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::ROLLBACK_PRESERVE
- 8.9.x core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::ROLLBACK_PRESERVE
- 11.x 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\PluginCode
const ROLLBACK_PRESERVE = 1;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.