You are here

public function ShipmentInterface::getTitle in Commerce Shipping 8.2

Gets the shipment title.

Return value

string The shipment title.

1 method overrides ShipmentInterface::getTitle()
Shipment::getTitle in src/Entity/Shipment.php
Gets the shipment title.

File

src/Entity/ShipmentInterface.php, line 147

Class

ShipmentInterface
Defines the interface for shipments.

Namespace

Drupal\commerce_shipping\Entity

Code

public function getTitle();