You are here

public function BundleItemInterface::getMinimumQuantity in Commerce Product Bundle 8

Gets the minimum quantity of the product variations.

Return value

float The minimum quantity.

1 method overrides BundleItemInterface::getMinimumQuantity()
ProductBundleItem::getMinimumQuantity in src/Entity/ProductBundleItem.php
@inheritdoc

File

src/Entity/BundleItemInterface.php, line 127

Class

BundleItemInterface
Provides an interface for defining product bundle item entities.

Namespace

Drupal\commerce_product_bundle\Entity

Code

public function getMinimumQuantity();