Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ApplyRulesAfterReindex.php
Go to the documentation of this file.
1 <?php
7 
10 
15 {
20 
25  {
26  $this->productRuleProcessor = $productRuleProcessor;
27  }
28 
35  public function afterReindex(Product $subject)
36  {
37  $this->productRuleProcessor->reindexRow($subject->getId());
38  }
39 }