You are here

public function Quotes::view in Ubercart 8.4

Returns the contents of an order pane as a store administrator.

Parameters

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

string $view_mode: The view mode that is being used to render the order.

Return value

array A render array showing order data.

Overrides OrderPanePluginInterface::view

File

shipping/uc_quote/src/Plugin/Ubercart/OrderPane/Quotes.php, line 33

Class

Quotes
Get a shipping quote for the order from a quoting module.

Namespace

Drupal\uc_quote\Plugin\Ubercart\OrderPane

Code

public function view(OrderInterface $order, $view_mode) {
}