You are here

public function EditableOrderPanePluginInterface::submitForm in Ubercart 8.4

Form submission handler.

Parameters

\Drupal\uc_order\OrderInterface $order: The order that is being viewed.

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

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

7 methods override EditableOrderPanePluginInterface::submitForm()
AddressPaneBase::submitForm in uc_order/src/Plugin/Ubercart/OrderPane/AddressPaneBase.php
Form submission handler.
AdminComments::submitForm in uc_order/src/Plugin/Ubercart/OrderPane/AdminComments.php
Form submission handler.
CustomerInfo::submitForm in uc_order/src/Plugin/Ubercart/OrderPane/CustomerInfo.php
Form submission handler.
LineItems::submitForm in uc_order/src/Plugin/Ubercart/OrderPane/LineItems.php
Form submission handler.
Payment::submitForm in payment/uc_payment/src/Plugin/Ubercart/OrderPane/Payment.php
Form submission handler.

... See full list

File

uc_order/src/EditableOrderPanePluginInterface.php, line 37

Class

EditableOrderPanePluginInterface
Defines an interface for editable order pane plugins.

Namespace

Drupal\uc_order

Code

public function submitForm(OrderInterface $order, array &$form, FormStateInterface $form_state);