Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
reindex_inventory_rollback.php File Reference

Go to the source code of this file.

Variables

 $stockRepository = Bootstrap::getObjectManager()->get(StockRepositoryInterface::class)
 
 $removeIndexData = Bootstrap::getObjectManager()->get(RemoveIndexData::class)
 
 $stockIds = []
 
 $moduleManager = Bootstrap::getObjectManager()->get(Manager::class)
 

Variable Documentation

◆ $moduleManager

$moduleManager = Bootstrap::getObjectManager()->get(Manager::class)

Definition at line 25 of file reindex_inventory_rollback.php.

◆ $removeIndexData

$removeIndexData = Bootstrap::getObjectManager()->get(RemoveIndexData::class)

Definition at line 17 of file reindex_inventory_rollback.php.

◆ $stockIds

$stockIds = []

Definition at line 19 of file reindex_inventory_rollback.php.

◆ $stockRepository

$stockRepository = Bootstrap::getObjectManager()->get(StockRepositoryInterface::class)

Definition at line 15 of file reindex_inventory_rollback.php.