You are here

public function PaymentReceiptInterface::getMethod in Ubercart 8.4

Returns the payment method that was used for this payment.

Return value

\Drupal\uc_payment\PaymentMethodPluginInterface The payment method plugin.

1 method overrides PaymentReceiptInterface::getMethod()
PaymentReceipt::getMethod in payment/uc_payment/src/Entity/PaymentReceipt.php
Returns the payment method that was used for this payment.

File

payment/uc_payment/src/PaymentReceiptInterface.php, line 34

Class

PaymentReceiptInterface
Provides an interface for defining payment receipt entities.

Namespace

Drupal\uc_payment

Code

public function getMethod();