You are here

public function ShippingService::getId in Commerce Shipping 8.2

Gets the shipping service ID.

Return value

string The shipping service ID.

File

src/ShippingService.php, line 43

Class

ShippingService
Represents a shipping service.

Namespace

Drupal\commerce_shipping

Code

public function getId() : string {
  return $this->id;
}