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