You are here

public function Shipment::getOrigin in Ubercart 8.4

Returns the origin address for this shipment.

Return value

\Drupal\uc_store\Address The origin address for this shipment.

Overrides ShipmentInterface::getOrigin

File

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

Class

Shipment
Defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getOrigin() {
  return $this->origin;
}