You are here

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_stock

Code

public function getName() {
  return 'Always in stock';
}