You are here

public function ProductBundleStockProxy::getIsStockManaged in Commerce Product Bundle 8

File

modules/commerce_product_bundle_stock/src/ProductBundleStockProxy.php, line 122

Class

ProductBundleStockProxy
Provides a stock service for product bundles.

Namespace

Drupal\commerce_product_bundle_stock

Code

public function getIsStockManaged(PurchasableEntityInterface $bundle) {

  // @todo Rethink this.
  return TRUE;
}