You are here

public function CheckoutReviewForm::back in Ubercart 8.4

Returns the customer to the checkout page to edit their information.

File

uc_cart/src/Form/CheckoutReviewForm.php, line 91

Class

CheckoutReviewForm
Gives customers the option to finish checkout or revise their information.

Namespace

Drupal\uc_cart\Form

Code

public function back(array &$form, FormStateInterface $form_state) {
  $form_state
    ->setRedirect('uc_cart.checkout');
}