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
framework
Indexer
IndexerInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\Indexer
;
7
16
interface
IndexerInterface
17
{
23
public
function
getId
();
24
30
public
function
getViewId
();
31
37
public
function
getActionClass
();
38
44
public
function
getTitle
();
45
51
public
function
getDescription
();
52
58
public
function
getFields
();
59
65
public
function
getSources
();
66
72
public
function
getHandlers
();
73
81
public
function
load
($indexerId);
82
88
public
function
getView
();
89
95
public
function
getState
();
96
103
public
function
setState
(
StateInterface
$state);
104
110
public
function
isScheduled
();
111
118
public
function
setScheduled
($scheduled);
119
125
public
function
isValid
();
126
132
public
function
isInvalid
();
133
139
public
function
isWorking
();
140
146
public
function
invalidate
();
147
153
public
function
getStatus
();
154
160
public
function
getLatestUpdated
();
161
170
public
function
reindexAll
();
171
180
public
function
reindexRow
(
$id
);
181
190
public
function
reindexList
($ids);
191
}
Magento\Framework\Indexer\IndexerInterface\reindexRow
reindexRow($id)
Magento\Framework\Indexer\IndexerInterface\setScheduled
setScheduled($scheduled)
$id
$id
Definition:
fieldset.phtml:14
Magento\Framework\Indexer\IndexerInterface\getId
getId()
Magento\Framework\Indexer\IndexerInterface\getDescription
getDescription()
Magento\Framework\Indexer\IndexerInterface\isValid
isValid()
Magento\Framework\Indexer\IndexerInterface\getView
getView()
Magento\Framework\Indexer\IndexerInterface\isScheduled
isScheduled()
Magento\Framework\Indexer\IndexerInterface\getViewId
getViewId()
Magento\Framework\Indexer\IndexerInterface\invalidate
invalidate()
Magento\Framework\Indexer\IndexerInterface\isInvalid
isInvalid()
Magento\Framework\Indexer\StateInterface
Definition:
StateInterface.php:12
Magento\Framework\Indexer\IndexerInterface\getActionClass
getActionClass()
Magento\Framework\Indexer
Definition:
AbstractProcessor.php:9
Magento\Framework\Indexer\IndexerInterface
Definition:
IndexerInterface.php:16
Magento\Framework\Indexer\IndexerInterface\isWorking
isWorking()
Magento\Framework\Indexer\IndexerInterface\getStatus
getStatus()
Magento\Framework\Indexer\IndexerInterface\load
load($indexerId)
Magento\Framework\Indexer\IndexerInterface\getLatestUpdated
getLatestUpdated()
Magento\Framework\Indexer\IndexerInterface\reindexAll
reindexAll()
Magento\Framework\Indexer\IndexerInterface\reindexList
reindexList($ids)
Magento\Framework\Indexer\IndexerInterface\getFields
getFields()
Magento\Framework\Indexer\IndexerInterface\getTitle
getTitle()
Magento\Framework\Indexer\IndexerInterface\getHandlers
getHandlers()
Magento\Framework\Indexer\IndexerInterface\getState
getState()
Magento\Framework\Indexer\IndexerInterface\getSources
getSources()
Magento\Framework\Indexer\IndexerInterface\setState
setState(StateInterface $state)