You are here

protected property Migration::$sourceRowStatus in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::sourceRowStatus
  2. 10 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::sourceRowStatus

Specify value of source_row_status for current map row. Usually set by MigrateFieldHandler implementations.

Type: int

File

core/modules/migrate/src/Plugin/Migration.php, line 135

Class

Migration
Defines the Migration plugin.

Namespace

Drupal\migrate\Plugin

Code

protected $sourceRowStatus = MigrateIdMapInterface::STATUS_IMPORTED;