public function AlwaysInStockService::getConfiguration in Commerce Stock 8
Gets the stock Configuration.
Return value
\Drupal\commerce_stock\StockServiceConfigInterface The stock Configuration.
Overrides StockServiceInterface::getConfiguration
File
- src/
AlwaysInStockService.php, line 71
Class
- AlwaysInStockService
- A stock service for always in stock products.
Namespace
Drupal\commerce_stockCode
public function getConfiguration() {
return $this->stockServiceConfig;
}