You are here

public function PaymentInterface::isExpired in Commerce Core 8.2

Gets whether the payment has expired.

Return value

bool TRUE if the payment has expired, FALSE otherwise.

1 method overrides PaymentInterface::isExpired()
Payment::isExpired in modules/payment/src/Entity/Payment.php
Gets whether the payment has expired.

File

modules/payment/src/Entity/PaymentInterface.php, line 224

Class

PaymentInterface
Defines the interface for payments.

Namespace

Drupal\commerce_payment\Entity

Code

public function isExpired();