You are here

public function ShippingRate::getDescription in Commerce Shipping 8.2

Gets the description.

Displayed to the end-user when available.

Return value

string The description

File

src/ShippingRate.php, line 186

Class

ShippingRate
Represents a shipping rate.

Namespace

Drupal\commerce_shipping

Code

public function getDescription() : string {
  return $this->description;
}