Enter a type and click search.




Results for Magento\Framework\Config\Data

File: vendor/klarna/module-core/etc/di.xml

<virtualType name="Klarna\Core\Config\Virtual"
             type="Magento\Framework\Config\Data">
    <arguments>
        <argument name="reader" xsi:type="object">
            Klarna\Core\Config\Reader\Virtual
        </argument>
        <argument name="cacheId" xsi:type="string">
            klarna_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 Klarna\Core\Config\Virtual object that it should return a Magento\Framework\Config\Data object.

This configuration tells the Object Manager that when a user wants a Klarna\Core\Config\Virtual object that the following arguments should be used in the foo object's constructor.

Results for Magento\Framework\Config\Data

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

<virtualType name="Magento\Theme\Model\Layout\Config\Data"
             type="Magento\Framework\Config\Data">
    <arguments>
        <argument name="reader" xsi:type="object">
            Magento\Theme\Model\Layout\Config\Reader\Proxy
        </argument>
        <argument name="cacheId" xsi:type="string">
            page_layouts_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 Magento\Theme\Model\Layout\Config\Data object that it should return a Magento\Framework\Config\Data object.

This configuration tells the Object Manager that when a user wants a Magento\Theme\Model\Layout\Config\Data object that the following arguments should be used in the foo object's constructor.

Results for Magento\Framework\Config\Data

File: vendor/magento/magento2-base/app/etc/di.xml

<virtualType name="Magento\Framework\View\Layout\PageType\Config\Data"
             type="Magento\Framework\Config\Data">
    <arguments>
        <argument name="reader" xsi:type="object">
            Magento\Framework\View\Layout\PageType\Config\Reader
        </argument>
        <argument name="cacheId" xsi:type="string">
            page_types_config
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is the application level configuration (`app/etc/di.xml`) fo the object manager. It is not a part of a specific module, but will apply to all sub-applications in Magento 2 (cart, admin, api, cron, etc).

This virtualType configuration tells the Object Manager when a user wants a virtual Magento\Framework\View\Layout\PageType\Config\Data object that it should return a Magento\Framework\Config\Data object.

This configuration tells the Object Manager that when a user wants a Magento\Framework\View\Layout\PageType\Config\Data object that the following arguments should be used in the foo object's constructor.

Results for Magento\Framework\Config\Data

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

<virtualType name="SectionInvalidationConfigData"
             type="Magento\Framework\Config\Data">
    <arguments>
        <argument name="reader" xsi:type="object">
            SectionInvalidationConfigReader
        </argument>
        <argument name="cacheId" xsi:type="string">
            sections_invalidation_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 SectionInvalidationConfigData object that it should return a Magento\Framework\Config\Data object.

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

Results for Magento\Framework\Config\Data

File: vendor/magento/module-graph-ql/etc/di.xml

<virtualType name="Magento\Framework\GraphQl\Config\Data"
             type="Magento\Framework\Config\Data">
    <arguments>
        <argument name="reader" xsi:type="object">
            Magento\Framework\GraphQlSchemaStitching\Reader
        </argument>
        <argument name="cacheId" xsi:type="string">
            Magento_Framework_GraphQlSchemaStitching_Config_Data
        </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 Magento\Framework\GraphQl\Config\Data object that it should return a Magento\Framework\Config\Data object.

This configuration tells the Object Manager that when a user wants a Magento\Framework\GraphQl\Config\Data object that the following arguments should be used in the foo object's constructor.

Results for Magento\Framework\Config\Data

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

<virtualType name="Magento\Ui\Config\Definition\Data"
             type="Magento\Framework\Config\Data">
    <arguments>
        <argument name="reader" xsi:type="object">
            Magento\Ui\Config\Reader\Definition
        </argument>
        <argument name="cacheId" xsi:type="string">
            ui_component_definition_data_new
        </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 Magento\Ui\Config\Definition\Data object that it should return a Magento\Framework\Config\Data object.

This configuration tells the Object Manager that when a user wants a Magento\Ui\Config\Definition\Data object that the following arguments should be used in the foo object's constructor.

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

<virtualType name="Magento\Ui\Config\DefinitionMap\Data"
             type="Magento\Framework\Config\Data">
    <arguments>
        <argument name="reader" xsi:type="object">
            Magento\Ui\Config\Reader\DefinitionMap
        </argument>
        <argument name="cacheId" xsi:type="string">
            ui_component_definition_map_data
        </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 Magento\Ui\Config\DefinitionMap\Data object that it should return a Magento\Framework\Config\Data object.

This configuration tells the Object Manager that when a user wants a Magento\Ui\Config\DefinitionMap\Data object that the following arguments should be used in the foo object's constructor.

Results for Magento\Framework\Config\Data

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

<virtualType name="Magento\Analytics\ReportXml\Config\Data"
             type="Magento\Framework\Config\Data">
    <arguments>
        <argument name="reader" xsi:type="object">
            Magento\Analytics\ReportXml\Config\Reader
        </argument>
        <argument name="cacheId" xsi:type="string">
            Magento_Analytics_ReportXml_CacheId
        </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 Magento\Analytics\ReportXml\Config\Data object that it should return a Magento\Framework\Config\Data object.

This configuration tells the Object Manager that when a user wants a Magento\Analytics\ReportXml\Config\Data object that the following arguments should be used in the foo object's constructor.

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

<virtualType name="Magento\Analytics\Model\Config\Data"
             type="Magento\Framework\Config\Data">
    <arguments>
        <argument name="reader" xsi:type="object">
            Magento\Analytics\Model\Config\Reader
        </argument>
        <argument name="cacheId" xsi:type="string">
            Magento_Analytics_CacheId
        </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 Magento\Analytics\Model\Config\Data object that it should return a Magento\Framework\Config\Data object.

This configuration tells the Object Manager that when a user wants a Magento\Analytics\Model\Config\Data object that the following arguments should be used in the foo object's constructor.

Results for Magento\Framework\Config\Data

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

<virtualType name="pdfConfigDataStorage"
             type="Magento\Framework\Config\Data">
    <arguments>
        <argument name="reader" xsi:type="object">
            Magento\Sales\Model\Order\Pdf\Config\Reader
        </argument>
        <argument name="cacheId" xsi:type="string">
            sales_pdf_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 pdfConfigDataStorage object that it should return a Magento\Framework\Config\Data object.

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

Results for Magento\Framework\Config\Data

File: vendor/magento/module-media-gallery/etc/di.xml

<virtualType name="Magento\MediaGallery\Model\Directory\Config\Data"
             type="Magento\Framework\Config\Data">
    <arguments>
        <argument name="reader" xsi:type="object">
            Magento\MediaGallery\Model\Directory\Config\Reader
        </argument>
        <argument name="cacheId" xsi:type="string">
            Media_Gallery_Patterns_CacheId
        </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 Magento\MediaGallery\Model\Directory\Config\Data object that it should return a Magento\Framework\Config\Data object.

This configuration tells the Object Manager that when a user wants a Magento\MediaGallery\Model\Directory\Config\Data object that the following arguments should be used in the foo object's constructor.

Results for Magento\Framework\Config\Data

File: vendor/magento/module-media-content/etc/di.xml

<virtualType name="Magento\MediaContent\Model\Content\Config\Data"
             type="Magento\Framework\Config\Data">
    <arguments>
        <argument name="reader" xsi:type="object">
            Magento\MediaContent\Model\Content\Config\Reader
        </argument>
        <argument name="cacheId" xsi:type="string">
            Media_Content_Patterns_CacheId
        </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 Magento\MediaContent\Model\Content\Config\Data object that it should return a Magento\Framework\Config\Data object.

This configuration tells the Object Manager that when a user wants a Magento\MediaContent\Model\Content\Config\Data object that the following arguments should be used in the foo object's constructor.

Results for Magento\Framework\Config\Data

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

<virtualType name="Magento\Payment\Model\Config\Data"
             type="Magento\Framework\Config\Data">
    <arguments>
        <argument name="reader" xsi:type="object">
            Magento\Payment\Model\Config\Reader\Proxy
        </argument>
        <argument name="cacheId" xsi:type="string">
            payment_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 Magento\Payment\Model\Config\Data object that it should return a Magento\Framework\Config\Data object.

This configuration tells the Object Manager that when a user wants a Magento\Payment\Model\Config\Data object that the following arguments should be used in the foo object's constructor.