You are here

public function BundleItemInterface::getMaximumQuantity in Commerce Product Bundle 8

Gets the maximum quantity of the product variations.

Return value

float The maximum quantity.

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

File

src/Entity/BundleItemInterface.php, line 146

Class

BundleItemInterface
Provides an interface for defining product bundle item entities.

Namespace

Drupal\commerce_product_bundle\Entity

Code

public function getMaximumQuantity();