You are here

protected property MigrateSkipRowException::$saveToMap in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 21
Contains \Drupal\migrate\MigrateSkipRowException.

Class

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

Namespace

Drupal\migrate

Code

protected $saveToMap;