You are here

public function LaunchExportForm::onBatchEnd in Content Synchronizer 3.x

Same name and namespace in other branches
  1. 8.2 src/Form/LaunchExportForm.php \Drupal\content_synchronizer\Form\LaunchExportForm::onBatchEnd()
  2. 8 src/Form/LaunchExportForm.php \Drupal\content_synchronizer\Form\LaunchExportForm::onBatchEnd()

Callback after batch.

File

src/Form/LaunchExportForm.php, line 122

Class

LaunchExportForm
Launch Export Form.

Namespace

Drupal\content_synchronizer\Form

Code

public function onBatchEnd($archiveUri) {
  $redirectUrl = $this->currentUrl;
  ArchiveDownloader::me()
    ->redirectWithArchivePath($redirectUrl, $archiveUri);
}