protected property MigrateSkipRowException::$saveToMap in Zircon Profile 8.0
Same name and namespace in other branches
- 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 21 - Contains \Drupal\migrate\MigrateSkipRowException.
Class
- MigrateSkipRowException
- This exception is thrown when a row should be skipped.
Namespace
Drupal\migrateCode
protected $saveToMap;