Factory
RateCollectorInterfaceFactory
Magento\Quote\Model\Quote\Address\RateCollectorInterfaceFactory
What it does
This factory class creates instances of RateCollectorInterface, which is responsible for collecting shipping rates for quote addresses.
Developers use this factory when they need to programmatically instantiate rate collectors with custom parameters during the checkout process or when calculating shipping costs for a quote.
Public Methods
- create()