You are here

public function PaymentMethodPluginInterface::orderView in Ubercart 8.4

Called when an order is being viewed by an administrator.

Parameters

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

Return value

array A render array.

1 method overrides PaymentMethodPluginInterface::orderView()
PaymentMethodPluginBase::orderView in payment/uc_payment/src/PaymentMethodPluginBase.php
Called when an order is being viewed by an administrator.

File

payment/uc_payment/src/PaymentMethodPluginInterface.php, line 150

Class

PaymentMethodPluginInterface
Defines an interface for payment method plugins.

Namespace

Drupal\uc_payment

Code

public function orderView(OrderInterface $order);