public function ProductBundleStockProxyService::getName in Commerce Product Bundle 8
Gets the name of the service.
Overrides StockServiceInterface::getName
File
- modules/
commerce_product_bundle_stock/ src/ ProductBundleStockProxyService.php, line 49
Class
- ProductBundleStockProxyService
- A stock service for always in stock products.
Namespace
Drupal\commerce_product_bundle_stockCode
public function getName() {
return 'Product bundle stock proxy service';
}