You are here

public function PaymentInterface::getPaymentType in Payment 8.2

Gets the payment's type plugin.

Return value

\Drupal\payment\Plugin\Payment\Type\PaymentTypeInterface

1 method overrides PaymentInterface::getPaymentType()
Payment::getPaymentType in src/Entity/Payment.php
Gets the payment's type plugin.

File

src/Entity/PaymentInterface.php, line 36

Class

PaymentInterface
Defines a payment entity type .

Namespace

Drupal\payment\Entity

Code

public function getPaymentType();