public function LocalStockService::getConfiguration in Commerce Stock 8
Gets the stock Configuration.
Return value
\Drupal\commerce_stock\StockServiceConfigInterface The stock Configuration.
Overrides StockServiceInterface::getConfiguration
File
- modules/
local_storage/ src/ LocalStockService.php, line 109
Class
- LocalStockService
- The Local stock Service class.
Namespace
Drupal\commerce_stock_localCode
public function getConfiguration() {
return $this->stockServiceConfig;
}