Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
InvalidateIndex.php
Go to the documentation of this file.
1 <?php
7 
10 
15 {
19  private $indexerRegistry;
20 
26  public function __construct(
27  IndexerRegistry $indexerRegistry
28  ) {
29  $this->indexerRegistry = $indexerRegistry;
30  }
31 
36  public function update(GroupInterface $group, $isGroupNew)
37  {
38  $this->indexerRegistry->get(Processor::INDEXER_ID)->invalidate();
39  }
40 }
$group
Definition: sections.phtml:16