Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-catalog-rule
Model
Indexer
Rule
RuleProductIndexer.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\CatalogRule\Model\Indexer\Rule
;
7
8
use
Magento\CatalogRule\Model\Indexer\AbstractIndexer
;
9
10
class
RuleProductIndexer
extends
AbstractIndexer
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
}
Magento\CatalogRule\Model\Indexer\Rule\RuleProductIndexer\doExecuteList
doExecuteList($ids)
Definition:
RuleProductIndexer.php:17
$id
$id
Definition:
fieldset.phtml:14
Magento\CatalogRule\Model\Indexer\Rule\RuleProductIndexer\doExecuteRow
doExecuteRow($id)
Definition:
RuleProductIndexer.php:28
Magento\CatalogRule\Model\Indexer\Rule
Definition:
RuleProductIndexer.php:6
Magento\CatalogRule\Model\Indexer\AbstractIndexer\getIdentities
getIdentities()
Definition:
AbstractIndexer.php:79
Magento\CatalogRule\Model\Indexer\AbstractIndexer\getCacheContext
getCacheContext()
Definition:
AbstractIndexer.php:160
Magento\CatalogRule\Model\Indexer\AbstractIndexer
Definition:
AbstractIndexer.php:13
Magento\CatalogRule\Model\Indexer\Rule\RuleProductIndexer
Definition:
RuleProductIndexer.php:10