You are here

public function ShippingRate::getShippingMethodId in Commerce Shipping 8.2

Gets the shipping method ID.

Return value

string The shipping method ID.

File

src/ShippingRate.php, line 113

Class

ShippingRate
Represents a shipping rate.

Namespace

Drupal\commerce_shipping

Code

public function getShippingMethodId() : string {
  return $this->shippingMethodId;
}