You are here

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_fulfillment

Code

public function getProducts() {
  return $this->products;
}