Log in
Model

CompositeConfigProvider

Magento\Checkout\Model\CompositeConfigProvider

What it does

This class aggregates configuration data from multiple checkout configuration providers into a single array.

Developers use this to extend checkout configuration by adding custom ConfigProviderInterface implementations via dependency injection, which then automatically get merged into the checkout's JavaScript configuration window.checkoutConfig object.

Public Methods

  • getConfig()