You are here

public function CheckoutPanePluginBase::prepare in Ubercart 8.4

Prepares a pane for display.

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.

Overrides CheckoutPanePluginInterface::prepare

1 method overrides CheckoutPanePluginBase::prepare()
QuotePane::prepare in shipping/uc_quote/src/Plugin/Ubercart/CheckoutPane/QuotePane.php
Prepares a pane for display.

File

uc_cart/src/CheckoutPanePluginBase.php, line 87

Class

CheckoutPanePluginBase
Defines a base checkout pane plugin implementation.

Namespace

Drupal\uc_cart

Code

public function prepare(OrderInterface $order, array $form, FormStateInterface $form_state) {
}