Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
$stockFactory = Bootstrap::getObjectManager()->get(StockInterfaceFactory::class) | |
$dataObjectHelper = Bootstrap::getObjectManager()->get(DataObjectHelper::class) | |
$stockRepository = Bootstrap::getObjectManager()->get(StockRepositoryInterface::class) | |
$stock = $stockFactory->create() | |
$dataObjectHelper = Bootstrap::getObjectManager()->get(DataObjectHelper::class) |
Definition at line 19 of file stock_with_sales_channels.php.
$stock = $stockFactory->create() |
Definition at line 24 of file stock_with_sales_channels.php.
$stockFactory = Bootstrap::getObjectManager()->get(StockInterfaceFactory::class) |
Definition at line 17 of file stock_with_sales_channels.php.
$stockRepository = Bootstrap::getObjectManager()->get(StockRepositoryInterface::class) |
Definition at line 21 of file stock_with_sales_channels.php.