You are here

public function OffsitePaymentMethodForm::submitForm in Ubercart 8.4

Form submission handler.

Parameters

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Overrides FormInterface::submitForm

File

payment/uc_payment/src/Form/OffsitePaymentMethodForm.php, line 52

Class

OffsitePaymentMethodForm
Builds the form that payment methods use to redirect off-site.

Namespace

Drupal\uc_payment\Form

Code

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

  // This will never be called, as the form will redirect off-site.
}