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