Model
ConfigProvider
Magento\Customer\Model\Checkout\ConfigProvider
What it does
This class provides customer-related configuration data to the checkout process in Magento 2.
Developers use it to supply the frontend checkout with essential customer settings like the login URL, whether redirect to login is required, and autocomplete preferences.
It implements ConfigProviderInterface to integrate with Magento's checkout configuration system.
Public Methods
- getConfig()