You are here

public function ShipmentInterface::setTrackingNumber in Ubercart 8.4

Sets the tracking number of this shipment.

Parameters

string $tracking_number: The tracking number.

Return value

$this

1 method overrides ShipmentInterface::setTrackingNumber()
Shipment::setTrackingNumber in shipping/uc_fulfillment/src/Shipment.php
Sets the tracking number of this shipment.

File

shipping/uc_fulfillment/src/ShipmentInterface.php, line 110

Class

ShipmentInterface
Provides an interface that defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function setTrackingNumber($tracking_number);