function MigrateSkipRowException::getSaveToMap
Whether the thrower wants to record this skip in the map table.
Return value
bool TRUE to record as STATUS_IGNORED in the map, FALSE to skip silently.
File
-
core/
modules/ migrate/ src/ MigrateSkipRowException.php, line 37
Class
- MigrateSkipRowException
- This exception is thrown when a row should be skipped.
Namespace
Drupal\migrateCode
public function getSaveToMap() {
return $this->saveToMap;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.