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

Go to the source code of this file.

Variables

 $indexerRegistry = Bootstrap::getObjectManager()->get(IndexerRegistry::class)
 
 $indexer = $indexerRegistry->get(InventoryIndexer::INDEXER_ID)
 

Variable Documentation

◆ $indexer

$indexer = $indexerRegistry->get(InventoryIndexer::INDEXER_ID)

Definition at line 14 of file reindex_inventory.php.

◆ $indexerRegistry

$indexerRegistry = Bootstrap::getObjectManager()->get(IndexerRegistry::class)

Definition at line 13 of file reindex_inventory.php.