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
Action
Dummy.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\Indexer\Action
;
7
8
use
Magento\Framework\Indexer\ActionInterface
;
9
use
Magento\Framework\Mview\ActionInterface
as MviewActionInterface;
10
11
class
Dummy
implements
ActionInterface
, MviewActionInterface
12
{
18
public
function
executeFull
()
19
{
20
}
21
29
public
function
executeList
(array $ids)
30
{
31
}
32
40
public
function
executeRow
(
$id
)
41
{
42
}
43
51
public
function
execute
($ids)
52
{
53
}
54
}
Magento\Framework\Indexer\Action
Definition:
Base.php:6
$id
$id
Definition:
fieldset.phtml:14
Magento\Framework\Indexer\Action\Dummy\executeList
executeList(array $ids)
Definition:
Dummy.php:29
Magento\Framework\Indexer\ActionInterface
Definition:
ActionInterface.php:12
Magento\Framework\Indexer\Action\Dummy\executeFull
executeFull()
Definition:
Dummy.php:18
Magento\Framework\Indexer\Action\Dummy
Definition:
Dummy.php:11
Magento\Framework\Indexer\Action\Dummy\executeRow
executeRow($id)
Definition:
Dummy.php:40
Magento\Framework\Mview\ActionInterface
Definition:
ActionInterface.php:12
Magento\Framework\Indexer\Action\Dummy\execute
execute($ids)
Definition:
Dummy.php:51