protected property MigrateSkipRowException::$saveToMap in Drupal 8
Same name and namespace in other branches
- 9 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\migrateCode
protected $saveToMap;