public function MigrateRowDeleteEvent::getMigration in Drupal 9
Same name and namespace in other branches
- 8 core/modules/migrate/src/Event/MigrateRowDeleteEvent.php \Drupal\migrate\Event\MigrateRowDeleteEvent::getMigration()
Gets the migration entity.
Return value
\Drupal\migrate\Plugin\MigrationInterface The migration being rolled back.
File
- core/
modules/ migrate/ src/ Event/ MigrateRowDeleteEvent.php, line 46
Class
- MigrateRowDeleteEvent
- Wraps a row deletion event for event listeners.
Namespace
Drupal\migrate\EventCode
public function getMigration() {
return $this->migration;
}