Enter a type and click search.




Results for Magento\Ui\Config\Reader

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

<type name="Magento\Ui\Config\Reader">
    <arguments>
        <argument name="converter" xsi:type="object">
            Magento\Ui\Config\Converter
        </argument>
        <argument name="fileResolver" xsi:type="object">
            Magento\Ui\Config\Reader\FileResolver
        </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\Ui\Config\Reader object that the following arguments should be used in the foo object's constructor.