You are here

public function CSVUpdateForm::finished in Commerce Smart Importer 8

Called when check update finishes.

File

src/Form/CSVUpdateForm.php, line 435

Class

CSVUpdateForm
Class CSVUpdateForm.

Namespace

Drupal\commerce_smart_importer\Form

Code

public function finished($success, $results, $operations) {
  global $base_url;
  return new RedirectResponse($base_url . '/admin/commerce-csv-update?action=load&import_name=' . $results['import_name']);
}