Model
StoreThemesResolver
Magento\Theme\Model\Theme\StoreThemesResolver
What it does
This class resolves and retrieves all themes associated with a specific store in Magento 2.
It acts as a composite resolver that delegates to multiple theme resolver implementations and consolidates their results into a single unique list.
Developers would use this when they need to determine which themes are available or configured for a particular store view.
Public Methods
- getThemes()