StoreConfigManagerInterface
Magento\Store\Api\StoreConfigManagerInterface
What it does
This interface defines a contract for retrieving store configuration data in Magento 2.
Developers use this to fetch store settings like locale, currency, timezone, and other store-specific configurations for one or multiple stores by their store codes.
It's commonly used when you need to access store-level configuration programmatically, such as in REST APIs or custom modules that need store context information.
Public Methods
- getStoreConfigs()