Skip to content

Commit a36dde0

Browse files
author
Stanislav Idolov
committed
MAGETWO-65388: Indexation process in non-locking way for stock indexer
1 parent 643cef2 commit a36dde0

File tree

1 file changed

+5
-0
lines changed
  • app/code/Magento/ConfigurableProduct/Model/ResourceModel/Indexer/Stock

1 file changed

+5
-0
lines changed

app/code/Magento/ConfigurableProduct/Model/ResourceModel/Indexer/Stock/Configurable.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
use Magento\Catalog\Model\Product\Attribute\Source\Status as ProductStatus;
1616
use Magento\CatalogInventory\Model\Indexer\Stock\Action\Full;
1717

18+
/**
19+
* Stock indexer for configurable product.
20+
*
21+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
22+
*/
1823
class Configurable extends \Magento\CatalogInventory\Model\ResourceModel\Indexer\Stock\DefaultStock
1924
{
2025
/**

0 commit comments

Comments
 (0)