You are here

public function PaymentTypeInterface::resumeContextAccess in Payment 8.2

Checks if the payment type context can be resumed.

Parameters

\Drupal\Core\Session\AccountInterface $account:

Return value

\Drupal\Core\Access\AccessResultInterface

See also

self::getResumeContextResponse

4 methods override PaymentTypeInterface::resumeContextAccess()
PaymentForm::resumeContextAccess in modules/payment_form/src/Plugin/Payment/Type/PaymentForm.php
Checks if the payment type context can be resumed.
PaymentReference::resumeContextAccess in modules/payment_reference/src/Plugin/Payment/Type/PaymentReference.php
Checks if the payment type context can be resumed.
PaymentTest::resumeContextAccess in modules/payment_test/src/Plugin/Payment/Type/PaymentTest.php
{@inheritdoc
Unavailable::resumeContextAccess in src/Plugin/Payment/Type/Unavailable.php
Checks if the payment type context can be resumed.

File

src/Plugin/Payment/Type/PaymentTypeInterface.php, line 35

Class

PaymentTypeInterface
A payment type plugin.

Namespace

Drupal\payment\Plugin\Payment\Type

Code

public function resumeContextAccess(AccountInterface $account);