You are here

public function PaymentInterface::getPaymentStatuses in Payment 8.2

Gets all payment statuses.

Return value

\Drupal\payment\Plugin\Payment\Status\PaymentStatusInterface[] The statuses are ordered by time with the newest last.

1 method overrides PaymentInterface::getPaymentStatuses()
Payment::getPaymentStatuses in src/Entity/Payment.php
Gets all payment statuses.

File

src/Entity/PaymentInterface.php, line 62

Class

PaymentInterface
Defines a payment entity type .

Namespace

Drupal\payment\Entity

Code

public function getPaymentStatuses();