You are here

public function PaymentMethodPluginInterface::getDisplayLabel in Ubercart 8.4

Returns the payment method label with logo.

Parameters

string $label: The payment method label to be styled.

Return value

array A render array containing the formatted payment method label.

1 method overrides PaymentMethodPluginInterface::getDisplayLabel()
PaymentMethodPluginBase::getDisplayLabel in payment/uc_payment/src/PaymentMethodPluginBase.php
Returns the payment method label with logo.

File

payment/uc_payment/src/PaymentMethodPluginInterface.php, line 25

Class

PaymentMethodPluginInterface
Defines an interface for payment method plugins.

Namespace

Drupal\uc_payment

Code

public function getDisplayLabel($label);