You are here

public function AlwaysInStockService::getStockUpdater in Commerce Stock 8

Gets the stock updater.

Return value

\Drupal\commerce_stock\StockUpdateInterface The stock updater.

Overrides StockServiceInterface::getStockUpdater

File

src/AlwaysInStockService.php, line 64

Class

AlwaysInStockService
A stock service for always in stock products.

Namespace

Drupal\commerce_stock

Code

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