Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (\Magento\Catalog\Model\Indexer\Product\Flat\Action\Row $productFlatIndexerRow, \Magento\Catalog\Model\Indexer\Product\Flat\Action\Rows $productFlatIndexerRows, \Magento\Catalog\Model\Indexer\Product\Flat\Action\Full $productFlatIndexerFull) | |
execute ($ids) | |
executeFull () | |
executeList (array $ids) | |
executeRow ($id) | |
Protected Member Functions | |
getCacheContext () | |
Protected Attributes | |
$_productFlatIndexerRow | |
$_productFlatIndexerRows | |
$_productFlatIndexerFull | |
__construct | ( | \Magento\Catalog\Model\Indexer\Product\Flat\Action\Row | $productFlatIndexerRow, |
\Magento\Catalog\Model\Indexer\Product\Flat\Action\Rows | $productFlatIndexerRows, | ||
\Magento\Catalog\Model\Indexer\Product\Flat\Action\Full | $productFlatIndexerFull | ||
) |
Flat\Action\Row | $productFlatIndexerRow | |
Flat\Action\Rows | $productFlatIndexerRows | |
Flat\Action\Full | $productFlatIndexerFull |
execute | ( | $ids | ) |
Execute materialization on ids entities
int[] | $ids |
Implements ActionInterface.
Definition at line 53 of file Flat.php.
executeFull | ( | ) |
Execute full indexation
Implements ActionInterface.
Definition at line 64 of file Flat.php.
executeList | ( | array | $ids | ) |
executeRow | ( | $id | ) |
|
protected |