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