You are here

public function CartForm::continueShopping in Ubercart 8.4

Continue shopping redirect for the cart form.

File

uc_cart/src/Form/CartForm.php, line 266

Class

CartForm
Displays the contents of the customer's cart.

Namespace

Drupal\uc_cart\Form

Code

public function continueShopping(array &$form, FormStateInterface $form_state) {
  $form_state
    ->setRedirectUrl(Url::fromUri('base:' . $this
    ->continueShoppingUrl()));
}