public function ShippingQuotePluginInterface::getDisplayLabel in Ubercart 8.4
Returns the shipping quote method label with logo.
Parameters
string $label: The shipping quote method label to be styled.
Return value
array A render array containing the formatted shipping quote method label.
1 method overrides ShippingQuotePluginInterface::getDisplayLabel()
- ShippingQuotePluginBase::getDisplayLabel in shipping/
uc_quote/ src/ ShippingQuotePluginBase.php - Returns the shipping quote method label with logo.
File
- shipping/
uc_quote/ src/ ShippingQuotePluginInterface.php, line 32
Class
- ShippingQuotePluginInterface
- Defines an interface for shipping quote plugins.
Namespace
Drupal\uc_quoteCode
public function getDisplayLabel($label);