Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CatalogPriceRule.php
Go to the documentation of this file.
1 <?php
7 
9 
11 {
15  protected $_quote;
16 
21  {
22  $this->_quote = $quote;
23  }
24 
32  public function execute(\Magento\Framework\Event\Observer $observer)
33  {
34  $this->_quote->markQuotesRecollectOnCatalogRules();
35  }
36 }
$quote
__construct(\Magento\Quote\Model\ResourceModel\Quote $quote)
execute(\Magento\Framework\Event\Observer $observer)