$this->idMap->
saveIdMapping($row,
[], MigrateIdMapInterface::STATUS_IGNORED
);
$this->currentRow = NULL;
$this->currentSourceIds = NULL;
} $result = FALSE;
} elseif ($this->trackChanges
) { // When tracking changed data, We want to quietly skip (rather than
// "ignore") rows with changes. The caller needs to make that decision,
// so we need to provide them with the necessary information (before and
// after hashes).
$row->
rehash();
} return $result;
} /**
* Returns the iterator that will yield the row arrays to be processed.
*
* @return \Iterator
* The iterator that will yield the row arrays to be processed.
*/
protected function getIterator() {