You are here

public function ShippingMethodInterface::getLabel in Commerce Shipping 8.2

Gets the shipping method label.

Return value

mixed The shipping method label.

1 method overrides ShippingMethodInterface::getLabel()
ShippingMethodBase::getLabel in src/Plugin/Commerce/ShippingMethod/ShippingMethodBase.php
Gets the shipping method label.

File

src/Plugin/Commerce/ShippingMethod/ShippingMethodInterface.php, line 23

Class

ShippingMethodInterface
Defines the base interface for shipping methods.

Namespace

Drupal\commerce_shipping\Plugin\Commerce\ShippingMethod

Code

public function getLabel();