MigrateSkipRowException::$saveToMap
Same name in other branches
- 9 core/modules/migrate/src/MigrateSkipRowException.php \Drupal\migrate\MigrateSkipRowException::saveToMap
- 8.9.x core/modules/migrate/src/MigrateSkipRowException.php \Drupal\migrate\MigrateSkipRowException::saveToMap
- 10 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 20
Class
- MigrateSkipRowException
- This exception is thrown when a row should be skipped.
Namespace
Drupal\migrateCode
protected $saveToMap;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.