You are here

public function PaymentAwareInterface::getPayment in Payment 8.2

Gets the payment.

Return value

\Drupal\payment\Entity\PaymentInterface

1 method overrides PaymentAwareInterface::getPayment()
Unavailable::getPayment in src/Plugin/Payment/Method/Unavailable.php
Gets the payment this payment method is for.

File

src/PaymentAwareInterface.php, line 30

Class

PaymentAwareInterface
Defines an object that can be aware of a payment entity.

Namespace

Drupal\payment

Code

public function getPayment();