You are here

public function ShipmentInterface::setTitle in Commerce Shipping 8.2

Sets the shipment title.

Parameters

string $title: The shipment title.

Return value

$this

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

File

src/Entity/ShipmentInterface.php, line 157

Class

ShipmentInterface
Defines the interface for shipments.

Namespace

Drupal\commerce_shipping\Entity

Code

public function setTitle($title);