You are here

public function PaymentMethodInterface::isReusable in Commerce Core 8.2

Gets whether the payment method is reusable.

Return value

bool TRUE if the payment method is reusable, FALSE otherwise.

1 method overrides PaymentMethodInterface::isReusable()
PaymentMethod::isReusable in modules/payment/src/Entity/PaymentMethod.php
Gets whether the payment method is reusable.

File

modules/payment/src/Entity/PaymentMethodInterface.php, line 80

Class

PaymentMethodInterface
Defines the interface for payment methods.

Namespace

Drupal\commerce_payment\Entity

Code

public function isReusable();