You are here

public function ProposedShipment::getItems in Commerce Shipping 8.2

Gets the shipment items.

Return value

\Drupal\commerce_shipping\ShipmentItem[] The shipment items.

File

src/ProposedShipment.php, line 136

Class

ProposedShipment
Represents a proposed shipment.

Namespace

Drupal\commerce_shipping

Code

public function getItems() : array {
  return $this->items;
}