Enter a type and click search.




Results for Magento\Shipping\Model\Carrier\AbstractCarrier

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

<type name="Magento\Shipping\Model\Carrier\AbstractCarrier">
    <arguments>
        <argument name="logger" xsi:type="object">
            Magento\Shipping\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\Shipping\Model\Carrier\AbstractCarrier object that the following arguments should be used in the foo object's constructor.