You are here

public function PaymentInterface::isCompleted in Commerce Core 8.2

Gets whether the payment has been completed.

Return value

bool TRUE if the payment has been completed, FALSE otherwise.

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

File

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

Class

PaymentInterface
Defines the interface for payments.

Namespace

Drupal\commerce_payment\Entity

Code

public function isCompleted();