public function Package::getProducts in Ubercart 8.4
Returns all the products in this package.
Return value
\Drupal\uc_order\OrderProductInterface[] The package's products.
Overrides PackageInterface::getProducts
File
- shipping/
uc_fulfillment/ src/ Package.php, line 389
Class
- Package
- Defines the Package class.
Namespace
Drupal\uc_fulfillmentCode
public function getProducts() {
return $this->products;
}