You are here

public function CheckoutReviewForm::skipValidation in Ubercart 8.4

Ensures no validation is performed for the back button.

File

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

Class

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

Namespace

Drupal\uc_cart\Form

Code

public function skipValidation(array &$form, FormStateInterface $form_state) {
}