You are here

public function ProductBundleStockProxyService::getStockUpdater in Commerce Product Bundle 8

Gets the stock updater.

Return value

\Drupal\commerce_stock\StockUpdateInterface The stock updater.

Overrides StockServiceInterface::getStockUpdater

File

modules/commerce_product_bundle_stock/src/ProductBundleStockProxyService.php, line 70

Class

ProductBundleStockProxyService
A stock service for always in stock products.

Namespace

Drupal\commerce_product_bundle_stock

Code

public function getStockUpdater() {
  return $this->stockUpdater;
}