You are here

public function MolliePayment::updatePaymentStatusAccess in Mollie Payment 8.2

Checks if the payment status can be updated.

Parameters

\Drupal\Core\Session\AccountInterface $account:

Return value

\Drupal\Core\Access\AccessResultInterface

Overrides PaymentMethodUpdatePaymentStatusInterface::updatePaymentStatusAccess

File

src/Plugin/Payment/Method/MolliePayment.php, line 250

Class

MolliePayment
A payment method using Mollie.

Namespace

Drupal\mollie_payment\Plugin\Payment\Method

Code

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