You are here

public function ShipmentItem::getTitle in Commerce Shipping 8.2

Gets the title.

Can be used on customs forms as a description.

Return value

string The title.

1 call to ShipmentItem::getTitle()
ShipmentItem::toArray in src/ShipmentItem.php
Gets the array representation of the shipment item.

File

src/ShipmentItem.php, line 99

Class

ShipmentItem
Represents a shipment item.

Namespace

Drupal\commerce_shipping

Code

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