Forwards post-import events to the source and destination plugins.
\Drupal\migrate\Event\MigrateImportEvent $event: The import event.
public function postImport(MigrateImportEvent $event) { $this->invoke('postImport', $event, ImportAwareInterface::class); }