You are here

public function ProductBundleStockProxyService::getId in Commerce Product Bundle 8

Gets the id of the service.

Overrides StockServiceInterface::getId

File

modules/commerce_product_bundle_stock/src/ProductBundleStockProxyService.php, line 56

Class

ProductBundleStockProxyService
A stock service for always in stock products.

Namespace

Drupal\commerce_product_bundle_stock

Code

public function getId() {
  return 'commerce_product_bundle_stock';
}