You are here

public function PaymentInterface::getPaymentMethod in Payment 8.2

Gets the payment method plugin.

Return value

\Drupal\payment\Plugin\Payment\Method\PaymentMethodInterface

1 method overrides PaymentInterface::getPaymentMethod()
Payment::getPaymentMethod in src/Entity/Payment.php
Gets the payment method plugin.

File

src/Entity/PaymentInterface.php, line 76

Class

PaymentInterface
Defines a payment entity type .

Namespace

Drupal\payment\Entity

Code

public function getPaymentMethod();