You are here

public function ShipmentInterface::getPackages in Ubercart 8.4

Returns the packages in this shipment.

Return value

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

1 method overrides ShipmentInterface::getPackages()
Shipment::getPackages in shipping/uc_fulfillment/src/Shipment.php
Returns the packages in this shipment.

File

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

Class

ShipmentInterface
Provides an interface that defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getPackages();