Enter a type and click search.




Results for Magento\Sales\Model\Order\Pdf\Config\SchemaLocator

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

<type name="Magento\Sales\Model\Order\Pdf\Config\Reader">
    <arguments>
        <argument name="fileName" xsi:type="string">
            pdf.xml
        </argument>
        <argument name="converter" xsi:type="object">
            Magento\Sales\Model\Order\Pdf\Config\Converter
        </argument>
        <argument name="schemaLocator" xsi:type="object">
            Magento\Sales\Model\Order\Pdf\Config\SchemaLocator
        </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\Sales\Model\Order\Pdf\Config\Reader object that the following arguments should be used in the foo object's constructor.