You are here

public function StockServiceInterface::getName in Commerce Stock 8

Gets the name of the service.

2 methods override StockServiceInterface::getName()
AlwaysInStockService::getName in src/AlwaysInStockService.php
Gets the name of the service.
LocalStockService::getName in modules/local_storage/src/LocalStockService.php
Get the name of the service.

File

src/StockServiceInterface.php, line 13

Class

StockServiceInterface
Defines a common interface for stock checking.

Namespace

Drupal\commerce_stock

Code

public function getName();