You are here

public function PaymentTypeInterface::getLabel in Commerce Core 8.2

Gets the payment type label.

Return value

string The payment type label.

1 method overrides PaymentTypeInterface::getLabel()
PaymentTypeBase::getLabel in modules/payment/src/Plugin/Commerce/PaymentType/PaymentTypeBase.php
Gets the payment type label.

File

modules/payment/src/Plugin/Commerce/PaymentType/PaymentTypeInterface.php, line 18

Class

PaymentTypeInterface
Defines the interface for payment types.

Namespace

Drupal\commerce_payment\Plugin\Commerce\PaymentType

Code

public function getLabel();