You are here

public function PaymentMethodPluginBase::orderLoad in Ubercart 8.4

Called when an order is being loaded with this payment method.

Parameters

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

Overrides PaymentMethodPluginInterface::orderLoad

3 methods override PaymentMethodPluginBase::orderLoad()
CashOnDelivery::orderLoad in payment/uc_payment_pack/src/Plugin/Ubercart/PaymentMethod/CashOnDelivery.php
Called when an order is being loaded with this payment method.
CreditCardPaymentMethodBase::orderLoad in payment/uc_credit/src/CreditCardPaymentMethodBase.php
Called when an order is being loaded with this payment method.
Other::orderLoad in payment/uc_payment_pack/src/Plugin/Ubercart/PaymentMethod/Other.php
Called when an order is being loaded with this payment method.

File

payment/uc_payment/src/PaymentMethodPluginBase.php, line 153

Class

PaymentMethodPluginBase
Defines a base payment method plugin implementation.

Namespace

Drupal\uc_payment

Code

public function orderLoad(OrderInterface $order) {
}