You are here

public function LocalStockLocationInterface::getName in Commerce Stock 8

Gets the stock location name.

Return value

string Name of the stock location.

1 method overrides LocalStockLocationInterface::getName()
StockLocation::getName in modules/local_storage/src/Entity/StockLocation.php
Gets the stock location name.

File

modules/local_storage/src/Entity/LocalStockLocationInterface.php, line 27

Class

LocalStockLocationInterface
Provides an interface for defining local stock location entities.

Namespace

Drupal\commerce_stock_local\Entity

Code

public function getName();