Interface
StockIndexTableNameResolverInterface
Magento\InventoryIndexer\Model\StockIndexTableNameResolverInterface
What it does
This interface defines a contract for resolving the name of database tables used to store inventory stock index data.
Developers use implementations of this interface when they need to determine which specific table to query or update for a given stock ID, particularly when working with multi-stock inventory scenarios in Magento's MSI (Multi-Source Inventory) system.
Public Methods
- execute()