You are here

public function PaymentGatewayInterface::getDisplayLabel in Commerce Core 8.2

Gets the payment gateway display label.

The display label is customer-facing and more generic. For example: "Braintree".

Return value

string The payment gateway display label.

1 method overrides PaymentGatewayInterface::getDisplayLabel()
PaymentGatewayBase::getDisplayLabel in modules/payment/src/Plugin/Commerce/PaymentGateway/PaymentGatewayBase.php
Gets the payment gateway display label.

File

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

Class

PaymentGatewayInterface
Defines the base interface for payment gateways.

Namespace

Drupal\commerce_payment\Plugin\Commerce\PaymentGateway

Code

public function getDisplayLabel();