public function PaymentMethodInterface::isLocked in Ubercart 8.4
Determines if this payment method is locked.
Return value
bool TRUE if the payment method is locked, FALSE otherwise.
1 method overrides PaymentMethodInterface::isLocked()
- PaymentMethod::isLocked in payment/
uc_payment/ src/ Entity/ PaymentMethod.php - Determines if this payment method is locked.
File
- payment/
uc_payment/ src/ PaymentMethodInterface.php, line 26
Class
- PaymentMethodInterface
- Provides an interface for defining payment method entities.
Namespace
Drupal\uc_paymentCode
public function isLocked();