public function AlwaysInStockService::getName in Commerce Stock 8
Gets the name of the service.
Overrides StockServiceInterface::getName
File
- src/
AlwaysInStockService.php, line 43
Class
- AlwaysInStockService
- A stock service for always in stock products.
Namespace
Drupal\commerce_stockCode
public function getName() {
return 'Always in stock';
}