You are here

public function LocalStockService::getName in Commerce Stock 8

Get the name of the service.

Overrides StockServiceInterface::getName

File

modules/local_storage/src/LocalStockService.php, line 72

Class

LocalStockService
The Local stock Service class.

Namespace

Drupal\commerce_stock_local

Code

public function getName() {
  return 'Local stock';
}