Enter a type and click search.




Results for Magento\Analytics\ReportXML\Config

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

<type name="Magento\Analytics\ReportXml\Config">
    <arguments>
        <argument name="data" xsi:type="object">
            Magento\Analytics\ReportXml\Config\Data
        </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\Analytics\ReportXml\Config object that the following arguments should be used in the foo object's constructor.

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

<preference for="Magento\Analytics\ReportXML\ConfigInterface"
            type="Magento\Analytics\ReportXML\Config"></preference>

This is a preference configuration.

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

This preference configuration tells the Object Manager when a user wants a Magento\Analytics\ReportXML\ConfigInterface object that it should return a Magento\Analytics\ReportXML\Config object.