public function MigratePrepareRowEvent::getMigration in Migrate Plus 8.2
Same name and namespace in other branches
- 8.5 src/Event/MigratePrepareRowEvent.php \Drupal\migrate_plus\Event\MigratePrepareRowEvent::getMigration()
- 8 src/Event/MigratePrepareRowEvent.php \Drupal\migrate_plus\Event\MigratePrepareRowEvent::getMigration()
- 8.3 src/Event/MigratePrepareRowEvent.php \Drupal\migrate_plus\Event\MigratePrepareRowEvent::getMigration()
- 8.4 src/Event/MigratePrepareRowEvent.php \Drupal\migrate_plus\Event\MigratePrepareRowEvent::getMigration()
Gets the migration plugin.
Return value
\Drupal\migrate\Plugin\MigrationInterface The migration entity being imported.
File
- src/
Event/ MigratePrepareRowEvent.php, line 80
Class
- MigratePrepareRowEvent
- Wraps a prepare-row event for event listeners.
Namespace
Drupal\migrate_plus\EventCode
public function getMigration() {
return $this->migration;
}