You are here

public function ShippingMethodInterface::getName in Commerce Shipping 8.2

Gets the shipping method name.

Return value

string The shipping method name.

1 method overrides ShippingMethodInterface::getName()
ShippingMethod::getName in src/Entity/ShippingMethod.php
Gets the shipping method name.

File

src/Entity/ShippingMethodInterface.php, line 31

Class

ShippingMethodInterface
Defines the interface for shipping methods.

Namespace

Drupal\commerce_shipping\Entity

Code

public function getName();