You are here

public function ShipmentInterface::getItems in Commerce Shipping 8.2

Gets the shipment items.

Return value

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

1 method overrides ShipmentInterface::getItems()
Shipment::getItems in src/Entity/Shipment.php
Gets the shipment items.

File

src/Entity/ShipmentInterface.php, line 165

Class

ShipmentInterface
Defines the interface for shipments.

Namespace

Drupal\commerce_shipping\Entity

Code

public function getItems();