Enter a type and click search.




Results for Magento\Payment\Gateway\Validator\CountryValidator

File: vendor/amzn/amazon-pay-module/etc/di.xml

<virtualType name="AmazonCountryValidator"
             type="Magento\Payment\Gateway\Validator\CountryValidator">
    <arguments>
        <argument name="config" xsi:type="object">
            Amazon\Payment\Gateway\Config\Config
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual AmazonCountryValidator object that it should return a Magento\Payment\Gateway\Validator\CountryValidator object.

This configuration tells the Object Manager that when a user wants a AmazonCountryValidator object that the following arguments should be used in the foo object's constructor.

Results for Magento\Payment\Gateway\Validator\CountryValidator

File: vendor/klarna/module-kp/etc/di.xml

<virtualType name="KPCountryValidator"
             type="Magento\Payment\Gateway\Validator\CountryValidator">
    <arguments>
        <argument name="config" xsi:type="object">
            KPConfig
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual KPCountryValidator object that it should return a Magento\Payment\Gateway\Validator\CountryValidator object.

This configuration tells the Object Manager that when a user wants a KPCountryValidator object that the following arguments should be used in the foo object's constructor.

Results for Magento\Payment\Gateway\Validator\CountryValidator

File: vendor/magento/module-braintree/etc/di.xml

<virtualType name="BraintreeCountryValidator"
             type="Magento\Payment\Gateway\Validator\CountryValidator">
    <arguments>
        <argument name="config" xsi:type="object">
            Magento\Braintree\Gateway\Config\Config
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual BraintreeCountryValidator object that it should return a Magento\Payment\Gateway\Validator\CountryValidator object.

This configuration tells the Object Manager that when a user wants a BraintreeCountryValidator object that the following arguments should be used in the foo object's constructor.

File: vendor/magento/module-braintree/etc/di.xml

<virtualType name="BraintreePayPalCountryValidator"
             type="Magento\Payment\Gateway\Validator\CountryValidator">
    <arguments>
        <argument name="config" xsi:type="object">
            Magento\Braintree\Gateway\Config\PayPal\Config
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual BraintreePayPalCountryValidator object that it should return a Magento\Payment\Gateway\Validator\CountryValidator object.

This configuration tells the Object Manager that when a user wants a BraintreePayPalCountryValidator object that the following arguments should be used in the foo object's constructor.

Results for Magento\Payment\Gateway\Validator\CountryValidator

File: vendor/magento/module-authorizenet-acceptjs/etc/di.xml

<virtualType name="AuthorizenetAcceptjsCountryValidator"
             type="Magento\Payment\Gateway\Validator\CountryValidator">
    <arguments>
        <argument name="config" xsi:type="object">
            Magento\AuthorizenetAcceptjs\Gateway\Config
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual AuthorizenetAcceptjsCountryValidator object that it should return a Magento\Payment\Gateway\Validator\CountryValidator object.

This configuration tells the Object Manager that when a user wants a AuthorizenetAcceptjsCountryValidator object that the following arguments should be used in the foo object's constructor.