You are here

public function StockServiceInterface::getConfiguration in Commerce Stock 8

Gets the stock Configuration.

Return value

\Drupal\commerce_stock\StockServiceConfigInterface The stock Configuration.

2 methods override StockServiceInterface::getConfiguration()
AlwaysInStockService::getConfiguration in src/AlwaysInStockService.php
Gets the stock Configuration.
LocalStockService::getConfiguration in modules/local_storage/src/LocalStockService.php
Gets the stock Configuration.

File

src/StockServiceInterface.php, line 42

Class

StockServiceInterface
Defines a common interface for stock checking.

Namespace

Drupal\commerce_stock

Code

public function getConfiguration();