You are here

protected property Migration::$systemOfRecord in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Entity/Migration.php \Drupal\migrate\Entity\Migration::systemOfRecord

Indicate whether the primary system of record for this migration is the source, or the destination (Drupal). In the source case, migration of an existing object will completely replace the Drupal object with data from the source side. In the destination case, the existing Drupal object will be loaded, then changes from the source applied; also, rollback will not be supported.

Type: string

File

core/modules/migrate/src/Entity/Migration.php, line 162
Contains \Drupal\migrate\Entity\Migration.

Class

Migration
Defines the Migration entity.

Namespace

Drupal\migrate\Entity

Code

protected $systemOfRecord = self::SOURCE;