You are here

public function CartForm::checkout in Ubercart 8.4

Checkout redirect for the cart form.

File

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

Class

CartForm
Displays the contents of the customer's cart.

Namespace

Drupal\uc_cart\Form

Code

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