Enter a type and click search.




Results for Magento\AuthorizenetAcceptjs\Gateway\Config

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

<type name="Magento\AuthorizenetAcceptjs\Gateway\Config">
    <arguments>
        <argument name="methodCode" xsi:type="const">
            Magento\AuthorizenetAcceptjs\Gateway\Config::METHOD
        </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\AuthorizenetAcceptjs\Gateway\Config object that the following arguments should be used in the foo object's constructor.

  • $methodCode = Magento\AuthorizenetAcceptjs\Gateway\Config::METHOD;

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.

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

<virtualType name="AuthorizenetAcceptjsDefaultValueHandler"
             type="Magento\Payment\Gateway\Config\ConfigValueHandler">
    <arguments>
        <argument name="configInterface" 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 AuthorizenetAcceptjsDefaultValueHandler object that it should return a Magento\Payment\Gateway\Config\ConfigValueHandler object.

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

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.

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

<virtualType name="AuthorizenetAcceptjsInfoBlock"
             type="Magento\AuthorizenetAcceptjs\Block\Info">
    <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 AuthorizenetAcceptjsInfoBlock object that it should return a Magento\AuthorizenetAcceptjs\Block\Info object.

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