You are here

public function ShippingService::getLabel in Commerce Shipping 8.2

Gets the shipping service label.

Return value

string The shipping service label.

File

src/ShippingService.php, line 53

Class

ShippingService
Represents a shipping service.

Namespace

Drupal\commerce_shipping

Code

public function getLabel() : string {
  return $this->label;
}