Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MigrateIdMapInterface.php

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;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal