You are here

namespace Drupal\commerce_stock in Commerce Stock 8

Classsort descending Location Description
AlwaysInStock src/AlwaysInStock.php The Checker and updater implementation for the always in stock service.
AlwaysInStockService src/AlwaysInStockService.php A stock service for always in stock products.
ContextCreatorTrait src/ContextCreatorTrait.php Provides trait to create a commerce context object from a purchasable entity.
StockAvailabilityChecker src/StockAvailabilityChecker.php The entry point for availability checking through Commerce Stock.
StockCheckInterface src/StockCheckInterface.php The stock checker interface.
StockEventsManager src/StockEventsManager.php Provides the default stock_events manager.
StockEventsManagerInterface src/StockEventsManagerInterface.php Defines an interface for stock_events managers.
StockEventTypeManager src/StockEventTypeManager.php Provides the Stock Event Type plugin manager.
StockEventTypeManagerInterface src/StockEventTypeManagerInterface.php Defines an interface for stock event types managers.
StockLocationInterface src/StockLocationInterface.php Provides an interface for defining stock locations.
StockServiceConfig src/StockServiceConfig.php The default stock service configuration class. This class does nothing meaningful and act as a stub to fullfil the StockServiceInterface for the AlwaysInStockService.
StockServiceConfigInterface src/StockServiceConfigInterface.php The stock service configuration interface.
StockServiceInterface src/StockServiceInterface.php Defines a common interface for stock checking.
StockServiceManager src/StockServiceManager.php The stock service manager.
StockServiceManagerInterface src/StockServiceManagerInterface.php The stock service manager interface.
StockTransactionsInterface src/StockTransactionsInterface.php Defines a common interface for creating stock transactions.
StockUpdateInterface src/StockUpdateInterface.php Defines a common interface for writing stock.