function EventBase::getMigration
Same name in other branches
- 9 core/modules/migrate/src/Event/EventBase.php \Drupal\migrate\Event\EventBase::getMigration()
- 8.9.x core/modules/migrate/src/Event/EventBase.php \Drupal\migrate\Event\EventBase::getMigration()
- 10 core/modules/migrate/src/Event/EventBase.php \Drupal\migrate\Event\EventBase::getMigration()
Gets the migration.
Return value
\Drupal\migrate\Plugin\MigrationInterface The migration being run.
File
-
core/
modules/ migrate/ src/ Event/ EventBase.php, line 44
Class
Namespace
Drupal\migrate\EventCode
public function getMigration() {
return $this->migration;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.