public function PaymentMethodPluginInterface::cartReview in Ubercart 8.4
Returns the payment method review details.
Parameters
\Drupal\uc_order\OrderInterface $order: The order that is being processed.
Return value
array
1 method overrides PaymentMethodPluginInterface::cartReview()
- PaymentMethodPluginBase::cartReview in payment/
uc_payment/ src/ PaymentMethodPluginBase.php - Returns the payment method review details.
File
- payment/
uc_payment/ src/ PaymentMethodPluginInterface.php, line 77
Class
- PaymentMethodPluginInterface
- Defines an interface for payment method plugins.
Namespace
Drupal\uc_paymentCode
public function cartReview(OrderInterface $order);