You are here

public function Shipment::getPackages in Ubercart 8.4

Returns the packages in this shipment.

Return value

\Drupal\uc_fulfillment\Package[] An array of packages in this shipment.

Overrides ShipmentInterface::getPackages

File

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

Class

Shipment
Defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getPackages() {
  return $this->packages;
}