File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
app/code/Magento/Catalog/Model/Indexer/Product/Price Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -401,6 +401,8 @@ protected function _reindexRows($changedIds = [])
401
401
}
402
402
403
403
/**
404
+ * Delete Index data
405
+ *
404
406
* @param array $entityIds
405
407
* @return void
406
408
*/
@@ -497,6 +499,8 @@ protected function getIndexTargetTable()
497
499
}
498
500
499
501
/**
502
+ * Get product Id field name
503
+ *
500
504
* @return string
501
505
*/
502
506
protected function getProductIdFieldName ()
@@ -533,6 +537,7 @@ private function getProductsTypes(array $changedIds = [])
533
537
534
538
/**
535
539
* Get parent products types
540
+ *
536
541
* Used for add composite products to reindex if we have only simple products in changed ids set
537
542
*
538
543
* @param array $productsIds
You can’t perform that action at this time.
0 commit comments