You are here

public function ShipmentItem::getQuantity in Commerce Shipping 8.2

Gets the quantity.

Return value

string The quantity.

1 call to ShipmentItem::getQuantity()
ShipmentItem::toArray in src/ShipmentItem.php
Gets the array representation of the shipment item.

File

src/ShipmentItem.php, line 109

Class

ShipmentItem
Represents a shipment item.

Namespace

Drupal\commerce_shipping

Code

public function getQuantity() : string {
  return $this->quantity;
}