Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CustomerGroup.php
Go to the documentation of this file.
1 <?php
7 
10 
12 {
17 
22  {
23  $this->ruleProductProcessor = $ruleProductProcessor;
24  }
25 
33  public function afterDelete(
34  Group $subject,
36  ) {
37  $this->ruleProductProcessor->markIndexerAsInvalid();
38  return $result;
39  }
40 }
afterDelete(Group $subject, Group $result)
__construct(RuleProductProcessor $ruleProductProcessor)