You are here

public function PaymentInterface::execute in Payment 8.2

Executes the payment.

Return value

\Drupal\payment\OperationResultInterface

1 method overrides PaymentInterface::execute()
Payment::execute in src/Entity/Payment.php
Executes the payment.

File

src/Entity/PaymentInterface.php, line 22

Class

PaymentInterface
Defines a payment entity type .

Namespace

Drupal\payment\Entity

Code

public function execute();