public function LocalStockService::getId in Commerce Stock 8
Get the ID of the service.
Overrides StockServiceInterface::getId
File
- modules/
local_storage/ src/ LocalStockService.php, line 79
Class
- LocalStockService
- The Local stock Service class.
Namespace
Drupal\commerce_stock_localCode
public function getId() {
return 'local_stock';
}