function 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.