public function PackageInterface::getAddresses in Ubercart 8.4
Returns the list of ship-from addresses for products in this package.
Return value
\Drupal\uc_store\AddressInterface[] The package's addresses.
1 method overrides PackageInterface::getAddresses()
- Package::getAddresses in shipping/
uc_fulfillment/ src/ Package.php - Returns the list of ship-from addresses for products in this package.
File
- shipping/
uc_fulfillment/ src/ PackageInterface.php, line 306
Class
- PackageInterface
- Provides an interface that defines the Package class.
Namespace
Drupal\uc_fulfillmentCode
public function getAddresses();