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