You are here

public function LocalStockService::getStockChecker in Commerce Stock 8

Gets the stock checker.

Return value

\Drupal\commerce_stock\StockCheckInterface The stock checker.

Overrides StockServiceInterface::getStockChecker

File

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

Class

LocalStockService
The Local stock Service class.

Namespace

Drupal\commerce_stock_local

Code

public function getStockChecker() {
  return $this->stockChecker;
}