Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
RuleProductIndexer.php
Go to the documentation of this file.
1 <?php
7 
9 
11 {
17  protected function doExecuteList($ids)
18  {
19  $this->indexBuilder->reindexFull();
20  $this->getCacheContext()->registerTags($this->getIdentities());
21  }
22 
28  protected function doExecuteRow($id)
29  {
30  $this->indexBuilder->reindexFull();
31  }
32 }
$id
Definition: fieldset.phtml:14