Enter a type and click search.




Results for Magento\Braintree\Gateway\Response\CancelDetailsHandler

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

<virtualType name="Magento\Braintree\Gateway\CancelCommand"
             type="BraintreeVoidCommand">
    <arguments>
        <argument name="handler" xsi:type="object">
            Magento\Braintree\Gateway\Response\CancelDetailsHandler
        </argument>
        <argument name="validator" xsi:type="object">
            Magento\Braintree\Gateway\Validator\CancelResponseValidator
        </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 Magento\Braintree\Gateway\CancelCommand object that it should return a BraintreeVoidCommand object.

This configuration tells the Object Manager that when a user wants a Magento\Braintree\Gateway\CancelCommand object that the following arguments should be used in the foo object's constructor.