Model
SortingAdjustment
Magento\InventoryCatalog\Model\SortingAdjustment
What it does
This class manages the execution order of Magento indexers to ensure proper dependency sequencing.
It ensures the Stock indexer runs first, followed by the Inventory indexer before the Price indexer, preventing data inconsistencies during reindexing operations.
Developers would typically not interact with this directly as it's automatically used by Magento's indexer framework.
Public Methods
- adjust()