public function CheckoutPaneBase::submitPaneForm in Commerce Core 8.2
Handles the submission of an 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.
Overrides CheckoutPaneInterface::submitPaneForm
7 methods override CheckoutPaneBase::submitPaneForm()
- BillingInformation::submitPaneForm in modules/
checkout/ src/ Plugin/ Commerce/ CheckoutPane/ BillingInformation.php - Handles the submission of an pane form.
- CompletionRegister::submitPaneForm in modules/
checkout/ src/ Plugin/ Commerce/ CheckoutPane/ CompletionRegister.php - Handles the submission of an pane form.
- ContactInformation::submitPaneForm in modules/
checkout/ src/ Plugin/ Commerce/ CheckoutPane/ ContactInformation.php - Handles the submission of an pane form.
- CouponRedemption::submitPaneForm in modules/
promotion/ src/ Plugin/ Commerce/ CheckoutPane/ CouponRedemption.php - Handles the submission of an pane form.
- Login::submitPaneForm in modules/
checkout/ src/ Plugin/ Commerce/ CheckoutPane/ Login.php - Handles the submission of an pane form.
File
- modules/
checkout/ src/ Plugin/ Commerce/ CheckoutPane/ CheckoutPaneBase.php, line 227
Class
- CheckoutPaneBase
- Provides the base checkout pane class.
Namespace
Drupal\commerce_checkout\Plugin\Commerce\CheckoutPaneCode
public function submitPaneForm(array &$pane_form, FormStateInterface $form_state, array &$complete_form) {
}