public function PaymentMethodInterface::getDisplayLabel in Ubercart 8.4
Returns the payment method label with logo.
Return value
string A string containing the HTML rendered label.
1 method overrides PaymentMethodInterface::getDisplayLabel()
- PaymentMethod::getDisplayLabel in payment/
uc_payment/ src/ Entity/ PaymentMethod.php - Returns the payment method label with logo.
File
- payment/
uc_payment/ src/ PaymentMethodInterface.php, line 52
Class
- PaymentMethodInterface
- Provides an interface for defining payment method entities.
Namespace
Drupal\uc_paymentCode
public function getDisplayLabel();