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