You are here

public function PaymentGatewayInterface::getPaymentMethodTypes in Commerce Core 8.2

Gets the payment method types handled by the payment gateway.

Return value

\Drupal\commerce_payment\Plugin\Commerce\PaymentMethodType\PaymentMethodTypeInterface[] The payment method types.

1 method overrides PaymentGatewayInterface::getPaymentMethodTypes()
PaymentGatewayBase::getPaymentMethodTypes in modules/payment/src/Plugin/Commerce/PaymentGateway/PaymentGatewayBase.php
Gets the payment method types handled by the payment gateway.

File

modules/payment/src/Plugin/Commerce/PaymentGateway/PaymentGatewayInterface.php, line 83

Class

PaymentGatewayInterface
Defines the base interface for payment gateways.

Namespace

Drupal\commerce_payment\Plugin\Commerce\PaymentGateway

Code

public function getPaymentMethodTypes();