public function MigratePrepareRowEvent::getRow in Migrate Plus 8.5
Same name and namespace in other branches
- 8 src/Event/MigratePrepareRowEvent.php \Drupal\migrate_plus\Event\MigratePrepareRowEvent::getRow()
- 8.2 src/Event/MigratePrepareRowEvent.php \Drupal\migrate_plus\Event\MigratePrepareRowEvent::getRow()
- 8.3 src/Event/MigratePrepareRowEvent.php \Drupal\migrate_plus\Event\MigratePrepareRowEvent::getRow()
- 8.4 src/Event/MigratePrepareRowEvent.php \Drupal\migrate_plus\Event\MigratePrepareRowEvent::getRow()
Gets the row object.
Return value
\Drupal\migrate\Row The row object about to be imported.
File
- src/
Event/ MigratePrepareRowEvent.php, line 58
Class
- MigratePrepareRowEvent
- Wraps a prepare-row event for event listeners.
Namespace
Drupal\migrate_plus\EventCode
public function getRow() {
return $this->row;
}