You are here

public function ShippingQuoteMethodInterface::getDisplayLabel in Ubercart 8.4

Returns the shipping quote method label with logo.

Return value

string A string containing the HTML rendered label.

1 method overrides ShippingQuoteMethodInterface::getDisplayLabel()
ShippingQuoteMethod::getDisplayLabel in shipping/uc_quote/src/Entity/ShippingQuoteMethod.php
Returns the shipping quote method label with logo.

File

shipping/uc_quote/src/ShippingQuoteMethodInterface.php, line 42

Class

ShippingQuoteMethodInterface
Provides an interface for defining shipping quote method entities.

Namespace

Drupal\uc_quote

Code

public function getDisplayLabel();