You are here

public function PaymentMethodTypeInterface::getLabel in Commerce Core 8.2

Gets the payment method type label.

Return value

string The payment method type label.

1 method overrides PaymentMethodTypeInterface::getLabel()
PaymentMethodTypeBase::getLabel in modules/payment/src/Plugin/Commerce/PaymentMethodType/PaymentMethodTypeBase.php
Gets the payment method type label.

File

modules/payment/src/Plugin/Commerce/PaymentMethodType/PaymentMethodTypeInterface.php, line 19

Class

PaymentMethodTypeInterface
Defines the interface for payment method types.

Namespace

Drupal\commerce_payment\Plugin\Commerce\PaymentMethodType

Code

public function getLabel();