You are here

abstract protected function PaymentTypeBase::doGetResumeContextResponse in Payment 8.2

Performs the actual context resumption.

Return value

\Drupal\payment\Response\ResponseInterface

1 call to PaymentTypeBase::doGetResumeContextResponse()
PaymentTypeBase::getResumeContextResponse in src/Plugin/Payment/Type/PaymentTypeBase.php
Resumes the payer's original workflow.
4 methods override PaymentTypeBase::doGetResumeContextResponse()
PaymentForm::doGetResumeContextResponse in modules/payment_form/src/Plugin/Payment/Type/PaymentForm.php
Performs the actual context resumption.
PaymentReference::doGetResumeContextResponse in modules/payment_reference/src/Plugin/Payment/Type/PaymentReference.php
Performs the actual context resumption.
PaymentTest::doGetResumeContextResponse in modules/payment_test/src/Plugin/Payment/Type/PaymentTest.php
{@inheritdoc
Unavailable::doGetResumeContextResponse in src/Plugin/Payment/Type/Unavailable.php
Performs the actual context resumption.

File

src/Plugin/Payment/Type/PaymentTypeBase.php, line 93

Class

PaymentTypeBase
Defines base payment type.

Namespace

Drupal\payment\Plugin\Payment\Type

Code

protected abstract function doGetResumeContextResponse();