You are here

public function BundleItemInterface::getQuantity in Commerce Product Bundle 8

Gets the bundle item quantity.

Return value

float The bundle item quantity

1 method overrides BundleItemInterface::getQuantity()
ProductBundleItem::getQuantity in src/Entity/ProductBundleItem.php
Gets the bundle item quantity.

File

src/Entity/BundleItemInterface.php, line 97

Class

BundleItemInterface
Provides an interface for defining product bundle item entities.

Namespace

Drupal\commerce_product_bundle\Entity

Code

public function getQuantity();