You are here

public function Shipment::getDestination in Ubercart 8.4

Returns the destination address for this shipment.

Return value

\Drupal\uc_store\Address The destination address.

Overrides ShipmentInterface::getDestination

File

shipping/uc_fulfillment/src/Shipment.php, line 337

Class

Shipment
Defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getDestination() {
  return $this->destination;
}