You are here

public function ShipmentInterface::setDestination in Ubercart 8.4

Sets the destination address for this shipment.

Parameters

\Drupal\uc_store\AddressInterface $destination: The destination address.

Return value

$this

1 method overrides ShipmentInterface::setDestination()
Shipment::setDestination in shipping/uc_fulfillment/src/Shipment.php
Sets the destination address for this shipment.

File

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

Class

ShipmentInterface
Provides an interface that defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function setDestination(AddressInterface $destination);