Model
ConfigProviderPool
Magento\PaymentServicesPaypal\Model\Vault\ConfigProviderPool
What it does
This class manages a pool of vault configuration providers for PayPal payment methods.
Developers use it to retrieve the appropriate configuration provider for a specific payment method by calling getProvider() with a method code.
It acts as a registry pattern implementation that centralizes access to different vault payment configurations.
Public Methods
- getProvider()