Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
customer_grid_indexer_enabled_update_on_schedule.php
Go to the documentation of this file.
1 <?php
9 $indexerRegistry = $objectManager->create(\Magento\Framework\Indexer\IndexerRegistry::class);
10 $indexer = $indexerRegistry->get(\Magento\Customer\Model\Customer::CUSTOMER_GRID_INDEXER_ID);
11 $indexer->setScheduled(true);