DeferredShippingMethodChooserPool
Magento\InstantPurchase\Model\ShippingMethodChoose\DeferredShippingMethodChooserPool
What it does
This class serves as a registry pool for deferred shipping method choosers in the Instant Purchase module.
Developers use it to retrieve the appropriate shipping method chooser based on a type/code when shipping methods need to be determined dynamically during the instant purchase flow.
It validates that all registered choosers implement the required interface and throws exceptions for invalid configurations or unregistered types.
Public Methods
- get()