You are here

public function LocalStockService::getStockUpdater in Commerce Stock 8

Gets the stock updater.

Return value

\Drupal\commerce_stock\StockUpdateInterface The stock updater.

Overrides StockServiceInterface::getStockUpdater

File

modules/local_storage/src/LocalStockService.php, line 99

Class

LocalStockService
The Local stock Service class.

Namespace

Drupal\commerce_stock_local

Code

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