function MigrateIdMapMessageEvent::getMigration
Same name in other branches
- 9 core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php \Drupal\migrate\Event\MigrateIdMapMessageEvent::getMigration()
- 8.9.x core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php \Drupal\migrate\Event\MigrateIdMapMessageEvent::getMigration()
- 10 core/modules/migrate/src/Event/MigrateIdMapMessageEvent.php \Drupal\migrate\Event\MigrateIdMapMessageEvent::getMigration()
Gets the migration entity.
Return value
\Drupal\migrate\Plugin\MigrationInterface The migration entity involved.
File
-
core/
modules/ migrate/ src/ Event/ MigrateIdMapMessageEvent.php, line 66
Class
- MigrateIdMapMessageEvent
- Wraps an ID map message event for event listeners.
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.