Enter a type and click search.




Results for Magento\Payment\Model\Method\Logger

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

<virtualType name="AmazonLogger"
             type="Magento\Payment\Model\Method\Logger">
    <arguments>
        <argument name="config" xsi:type="object">
            AmazonGatewayConfig
        </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 AmazonLogger object that it should return a Magento\Payment\Model\Method\Logger object.

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

Results for Magento\Payment\Model\Method\Logger

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

<virtualType name="BraintreeLoggerForTransactionSale"
             type="Magento\Payment\Model\Method\Logger">
    <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 BraintreeLoggerForTransactionSale object that it should return a Magento\Payment\Model\Method\Logger object.

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

Results for Magento\Payment\Model\Method\Logger

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

<virtualType name="AuthorizenetAcceptjsLogger"
             type="Magento\Payment\Model\Method\Logger">
    <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 AuthorizenetAcceptjsLogger object that it should return a Magento\Payment\Model\Method\Logger object.

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

Results for Magento\Payment\Model\Method\Logger

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

<type name="Magento\Payment\Model\Method\Logger">
    <arguments>
        <argument name="logger" xsi:type="object">
            Magento\Payment\Model\Method\VirtualLogger
        </argument>
    </arguments>
</type>

This is a type configuration.

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

This configuration tells the Object Manager that when a user wants a Magento\Payment\Model\Method\Logger object that the following arguments should be used in the foo object's constructor.