Model
CompositeConfigProvider
Magento\GiftMessage\Model\CompositeConfigProvider
What it does
This class aggregates configuration data from multiple gift message configuration providers during checkout.
It implements the Composite design pattern to collect and merge configuration settings from all registered gift message-related config providers into a single array that can be used by the checkout frontend.
Public Methods
- getConfig()