public function PackageInterface::getProducts in Ubercart 8.4
Returns all the products in this package.
Return value
\Drupal\uc_order\OrderProductInterface[] The package's products.
1 method overrides PackageInterface::getProducts()
- Package::getProducts in shipping/
uc_fulfillment/ src/ Package.php - Returns all the products in this package.
File
- shipping/
uc_fulfillment/ src/ PackageInterface.php, line 288
Class
- PackageInterface
- Provides an interface that defines the Package class.
Namespace
Drupal\uc_fulfillmentCode
public function getProducts();