StoreView
Magento\Store\Model\Config\StoreView
What it does
This class retrieves configuration information about store views, specifically their associated themes and locales.
Developers use it when they need to determine which theme/locale combinations are active across all store views, or to get a list of all locales used in the Magento installation.
This is particularly useful for multi-store setups where different stores may use different themes and languages.
Public Methods
- retrieveThemeLocalePairs()
- retrieveLocales()