You are here

public function ProposedShipment::getTitle in Commerce Shipping 8.2

Gets the shipment title.

Return value

string The shipment title.

File

src/ProposedShipment.php, line 126

Class

ProposedShipment
Represents a proposed shipment.

Namespace

Drupal\commerce_shipping

Code

public function getTitle() : string {
  return $this->title;
}