row = $row; } /** * Gets the row object. * * @return \Drupal\migrate\Row * The row object about to be imported. */ public function getRow() { return $this->row; } }