function MigratePreRowSaveEvent::getRow

Gets the row object.

Return value

\Drupal\migrate\Row The row object about to be imported.

File

core/modules/migrate/src/Event/MigratePreRowSaveEvent.php, line 42

Class

MigratePreRowSaveEvent
Wraps a pre-save event for event listeners.

Namespace

Drupal\migrate\Event

Code

public function getRow() {
  return $this->row;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.