Log in
Interface

ConfigProviderInterface

Magento\Checkout\Model\ConfigProviderInterface

What it does

This interface defines a contract for classes that provide configuration data to the checkout process.

Developers implement this interface to inject custom configuration data into the checkout page, such as payment settings, shipping options, or custom JavaScript configurations that need to be available on the frontend.

Public Methods

  • getConfig()