Model
ReaderList
Magento\Store\Model\StoreResolver\ReaderList
What it does
This class manages a registry of store resolver readers based on different scope types (website, group, or store).
Developers use this class to retrieve the appropriate reader implementation when they need to resolve store relationships based on a specific run mode or scope level.
It acts as a factory that returns the correct resolver reader for the requested scope type.
Public Methods
- getReader()