You are here

public function PaymentInterface::getPaymentStatus in Payment 8.2

Gets the current payment status.

Return value

\Drupal\payment\Plugin\Payment\Status\PaymentStatusInterface

1 method overrides PaymentInterface::getPaymentStatus()
Payment::getPaymentStatus in src/Entity/Payment.php
Gets the current payment status.

File

src/Entity/PaymentInterface.php, line 69

Class

PaymentInterface
Defines a payment entity type .

Namespace

Drupal\payment\Entity

Code

public function getPaymentStatus();