public function CheckoutPanePluginInterface::process in Ubercart 8.4
Processes a checkout pane.
Parameters
\Drupal\uc_order\OrderInterface $order: The order that is being processed.
array $form: The checkout form array.
\Drupal\Core\Form\FormStateInterface $form_state: The checkout form state array.
Return value
bool TRUE if the pane is valid, FALSE otherwise.
1 method overrides CheckoutPanePluginInterface::process()
- CheckoutPanePluginBase::process in uc_cart/
src/ CheckoutPanePluginBase.php - Processes a checkout pane.
File
- uc_cart/
src/ CheckoutPanePluginInterface.php, line 61
Class
- CheckoutPanePluginInterface
- Defines an interface for checkout pane plugins.
Namespace
Drupal\uc_cartCode
public function process(OrderInterface $order, array $form, FormStateInterface $form_state);