You are here

public function PaymentTest::resumeContextAccess in Payment 8.2

{@inheritdoc

Overrides PaymentTypeInterface::resumeContextAccess

File

modules/payment_test/src/Plugin/Payment/Type/PaymentTest.php, line 33

Class

PaymentTest
A testing payment type.

Namespace

Drupal\payment_test\Plugin\Payment\Type

Code

public function resumeContextAccess(AccountInterface $account) {
  return AccessResult::forbidden();
}