You are here

public function CheckoutPaneInterface::validatePaneForm in Commerce Core 8.2

Validates the pane form.

Parameters

array $pane_form: The pane form.

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

array $complete_form: The complete form structure.

1 method overrides CheckoutPaneInterface::validatePaneForm()
CheckoutPaneBase::validatePaneForm in modules/checkout/src/Plugin/Commerce/CheckoutPane/CheckoutPaneBase.php
Validates the pane form.

File

modules/checkout/src/Plugin/Commerce/CheckoutPane/CheckoutPaneInterface.php, line 165

Class

CheckoutPaneInterface
Defines the interface for checkout panes.

Namespace

Drupal\commerce_checkout\Plugin\Commerce\CheckoutPane

Code

public function validatePaneForm(array &$pane_form, FormStateInterface $form_state, array &$complete_form);