StoreConfigManager
Magento\Store\Model\Service\StoreConfigManager
What it does
This service class retrieves and manages store configuration data for Magento stores.
Developers use it to fetch comprehensive store settings including locale, currency, timezone, weight units, and various base URLs (web, media, static) for one or multiple stores.
It's particularly useful when you need to get complete store configuration details via API or service layer rather than directly accessing store models.
Public Methods
- getStoreConfigs()