public function ProductBundleStockProxyService::getStockChecker in Commerce Product Bundle 8
Gets the stock checker.
Return value
\Drupal\commerce_stock\StockCheckInterface The stock checker.
Overrides StockServiceInterface::getStockChecker
File
- modules/
commerce_product_bundle_stock/ src/ ProductBundleStockProxyService.php, line 63
Class
- ProductBundleStockProxyService
- A stock service for always in stock products.
Namespace
Drupal\commerce_product_bundle_stockCode
public function getStockChecker() {
return $this->stockChecker;
}