You are here

public function QuotePane::paneSubmit in Ubercart 8.4

Pane submission handler to trigger quote calculation.

File

shipping/uc_quote/src/Plugin/Ubercart/CheckoutPane/QuotePane.php, line 162

Class

QuotePane
Shipping quote checkout pane plugin.

Namespace

Drupal\uc_quote\Plugin\Ubercart\CheckoutPane

Code

public function paneSubmit($form, FormStateInterface $form_state) {
  $form_state
    ->setRebuild();
  $form_state
    ->set('quote_requested', TRUE);
}