You are here

public function FulfillmentMethodPluginInterface::fulfillOrder in Ubercart 8.4

Fulfills the order using this method.

Parameters

\Drupal\uc_order\OrderInterface $order: The order to fulfill.

array $package_ids: An array of package ids to shipped.

Return value

\Drupal\Core\Form\FormInterface A form to process the order fulfillment.

1 method overrides FulfillmentMethodPluginInterface::fulfillOrder()
Manual::fulfillOrder in shipping/uc_fulfillment/src/Plugin/Ubercart/FulfillmentMethod/Manual.php
Fulfills the order using this method.

File

shipping/uc_fulfillment/src/FulfillmentMethodPluginInterface.php, line 34

Class

FulfillmentMethodPluginInterface
Defines an interface for fulfillment method plugins.

Namespace

Drupal\uc_fulfillment

Code

public function fulfillOrder(OrderInterface $order, array $package_ids);