You are here

protected property MigrateSkipRowException::$saveToMap in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/MigrateSkipRowException.php \Drupal\migrate\MigrateSkipRowException::saveToMap

Whether to record the skip in the map table, or skip silently.

TRUE to record as STATUS_IGNORED in the map, FALSE to skip silently.

Type: bool

File

core/modules/migrate/src/MigrateSkipRowException.php, line 16

Class

MigrateSkipRowException
This exception is thrown when a row should be skipped.

Namespace

Drupal\migrate

Code

protected $saveToMap;