public function CheckoutPanePluginInterface::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.
1 method overrides CheckoutPanePluginInterface::prepare()
- CheckoutPanePluginBase::prepare in uc_cart/
src/ CheckoutPanePluginBase.php - Prepares a pane for display.
File
- uc_cart/
src/ CheckoutPanePluginInterface.php, line 30
Class
- CheckoutPanePluginInterface
- Defines an interface for checkout pane plugins.
Namespace
Drupal\uc_cartCode
public function prepare(OrderInterface $order, array $form, FormStateInterface $form_state);