Enter a type and click search.




Results for Magento\Framework\Config\Reader\Filesystem

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

<virtualType name="Klarna\Core\Config\Reader\Virtual"
             type="Magento\Framework\Config\Reader\Filesystem">
    <arguments>
        <argument name="converter" xsi:type="object">
            Klarna\Core\Config\Converter\Dom
        </argument>
        <argument name="schemaLocator" xsi:type="object">
            Klarna\Core\Config\SchemaLocator\Virtual
        </argument>
        <argument name="fileName" xsi:type="string">
            klarna.xml
        </argument>
        <argument name="idAttributes" xsi:type="array">
            <item name="/klarna/external_payment_method"
                  xsi:type="string">
                id
            </item>
            <item name="/klarna/api_type" xsi:type="string">
                id
            </item>
            <item name="/klarna/api_type/options/option"
                  xsi:type="string">
                id
            </item>
            <item name="/klarna/api_version" xsi:type="string">
                id
            </item>
            <item name="/klarna/api_version/options/option"
                  xsi:type="string">
                id
            </item>
            <item name="/klarna/merchant_checkbox" xsi:type="string">
                id
            </item>
            <item name="/klarna/order_lines" xsi:type="string">
                id
            </item>
            <item name="/klarna/order_lines/line" xsi:type="string">
                id
            </item>
        </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\Reader\Virtual object that it should return a Magento\Framework\Config\Reader\Filesystem object.

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

Results for Magento\Framework\Config\Reader\Filesystem

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

<virtualType name="Magento\Framework\Setup\Declaration\Schema\FileSystem\XmlReader"
             type="Magento\Framework\Config\Reader\Filesystem">
    <arguments>
        <argument name="fileResolver" xsi:type="object">
            Magento\Framework\Config\FileResolverByModule
        </argument>
        <argument name="converter" xsi:type="object">
            Magento\Framework\Setup\Declaration\Schema\Config\Converter
        </argument>
        <argument name="schemaLocator" xsi:type="object">
            Magento\Framework\Setup\Declaration\Schema\Config\SchemaLocator
        </argument>
        <argument name="fileName" xsi:type="string">
            db_schema.xml
        </argument>
        <argument name="idAttributes" xsi:type="array">
            <item name="/schema/table" xsi:type="string">
                name
            </item>
            <item name="/schema/table/column" xsi:type="string">
                name
            </item>
            <item name="/schema/table/constraint" xsi:type="string">
                referenceId
            </item>
            <item name="/schema/table/index" xsi:type="string">
                referenceId
            </item>
            <item name="/schema/table/index/column" xsi:type="string">
                name
            </item>
            <item name="/schema/table/constraint/column"
                  xsi:type="string">
                name
            </item>
        </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\Setup\Declaration\Schema\FileSystem\XmlReader object that it should return a Magento\Framework\Config\Reader\Filesystem object.

This configuration tells the Object Manager that when a user wants a Magento\Framework\Setup\Declaration\Schema\FileSystem\XmlReader object that the following arguments should be used in the foo object's constructor.

Results for Magento\Framework\Config\Reader\Filesystem

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

<virtualType name="SectionInvalidationConfigReader"
             type="Magento\Framework\Config\Reader\Filesystem">
    <arguments>
        <argument name="idAttributes" xsi:type="array">
            <item name="/config/action" xsi:type="string">
                name
            </item>
            <item name="/config/action/section" xsi:type="string">
                name
            </item>
        </argument>
        <argument name="fileName" xsi:type="string">
            sections.xml
        </argument>
        <argument name="converter" xsi:type="object">
            \Magento\Customer\CustomerData\SectionConfigConverter
        </argument>
        <argument name="schemaLocator" xsi:type="object">
            Magento\Customer\CustomerData\SchemaLocator
        </argument>
        <argument name="defaultScope" xsi:type="string">
            frontend
        </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 SectionInvalidationConfigReader object that it should return a Magento\Framework\Config\Reader\Filesystem object.

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

Results for Magento\Framework\Config\Reader\Filesystem

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

<virtualType name="Magento\Analytics\ReportXml\Config\Reader\Xml"
             type="Magento\Framework\Config\Reader\Filesystem">
    <arguments>
        <argument name="converter" xsi:type="object">
            Magento\Analytics\ReportXml\Config\Converter\Xml
        </argument>
        <argument name="schemaLocator" xsi:type="object">
            Magento\Analytics\ReportXml\Config\SchemaLocator
        </argument>
        <argument name="fileName" xsi:type="string">
            reports.xml
        </argument>
        <argument name="idAttributes" xsi:type="array">
            <item name="/config/report" xsi:type="string">
                name
            </item>
            <item name="/config/report/source/link-source"
                  xsi:type="array">
                <item name="name" xsi:type="string">
                    name
                </item>
                <item name="alias" xsi:type="string">
                    alias
                </item>
            </item>
            <item name="/config/report/source/attribute"
                  xsi:type="string">
                name
            </item>
            <item name="/config/report/source/link-source/attribute"
                  xsi:type="string">
                name
            </item>
            <item name="/config/report/source(/filter)+"
                  xsi:type="string">
                glue
            </item>
            <item name="/config/report/source(/filter)+/condition"
                  xsi:type="array">
                <item name="attribute" xsi:type="string">
                    attribute
                </item>
                <item name="operator" xsi:type="string">
                    operator
                </item>
            </item>
            <item name="/config/report/source/link-source(/filter)+"
                  xsi:type="string">
                glue
            </item>
            <item name="/config/report/source/link-source(/filter)+/condition"
                  xsi:type="array">
                <item name="attribute" xsi:type="string">
                    attribute
                </item>
                <item name="operator" xsi:type="string">
                    operator
                </item>
            </item>
            <item name="/config/report/source/link-source/using"
                  xsi:type="string">
                glue
            </item>
            <item name="/config/report/source/link-source/using/condition"
                  xsi:type="array">
                <item name="attribute" xsi:type="string">
                    attribute
                </item>
                <item name="operator" xsi:type="string">
                    operator
                </item>
            </item>
            <item name="/config/report/source/link-source/using(/filter)+"
                  xsi:type="string">
                glue
            </item>
            <item name="/config/report/source/link-source/using(/filter)+/condition"
                  xsi:type="array">
                <item name="attribute" xsi:type="string">
                    attribute
                </item>
                <item name="operator" xsi:type="string">
                    operator
                </item>
            </item>
        </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\Reader\Xml object that it should return a Magento\Framework\Config\Reader\Filesystem object.

This configuration tells the Object Manager that when a user wants a Magento\Analytics\ReportXml\Config\Reader\Xml 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\Reader\Xml"
             type="Magento\Framework\Config\Reader\Filesystem">
    <arguments>
        <argument name="converter" xsi:type="object">
            Magento\Analytics\ReportXml\Config\Converter\Xml
        </argument>
        <argument name="schemaLocator" xsi:type="object">
            Magento\Analytics\Model\Config\SchemaLocator
        </argument>
        <argument name="fileName" xsi:type="string">
            analytics.xml
        </argument>
        <argument name="idAttributes" xsi:type="array">
            <item name="/config/file" xsi:type="string">
                name
            </item>
        </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\Reader\Xml object that it should return a Magento\Framework\Config\Reader\Filesystem object.

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

Results for Magento\Framework\Config\Reader\Filesystem

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

<virtualType name="Magento\Elasticsearch\Model\Adapter\Index\Config\Reader"
             type="Magento\Framework\Config\Reader\Filesystem">
    <arguments>
        <argument name="converter" xsi:type="object">
            Magento\Elasticsearch\Model\Adapter\Index\Config\Converter
        </argument>
        <argument name="schemaLocator" xsi:type="object">
            Magento\Elasticsearch\Model\Adapter\Index\Config\SchemaLocator
        </argument>
        <argument name="fileName" xsi:type="string">
            esconfig.xml
        </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\Elasticsearch\Model\Adapter\Index\Config\Reader object that it should return a Magento\Framework\Config\Reader\Filesystem object.

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

Results for Magento\Framework\Config\Reader\Filesystem

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

<virtualType name="Magento\MediaGallery\Model\Directory\Config\Reader"
             type="Magento\Framework\Config\Reader\Filesystem">
    <arguments>
        <argument name="fileName" xsi:type="string">
            directory.xml
        </argument>
        <argument name="converter" xsi:type="object">
            Magento\MediaGallery\Model\Directory\Config\Converter
        </argument>
        <argument name="schemaLocator" xsi:type="object">
            Magento\MediaGallery\Model\Directory\Config\SchemaLocator
        </argument>
        <argument name="idAttributes" xsi:type="array">
            <item name="/config/exclude/patterns/pattern"
                  xsi:type="string">
                name
            </item>
        </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\Reader object that it should return a Magento\Framework\Config\Reader\Filesystem object.

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

Results for Magento\Framework\Config\Reader\Filesystem

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

<virtualType name="Magento\MediaContent\Model\Content\Config\Reader"
             type="Magento\Framework\Config\Reader\Filesystem">
    <arguments>
        <argument name="fileName" xsi:type="string">
            media_content.xml
        </argument>
        <argument name="converter" xsi:type="object">
            Magento\MediaContent\Model\Content\Config\Converter
        </argument>
        <argument name="schemaLocator" xsi:type="object">
            Magento\MediaContent\Model\Content\Config\SchemaLocator
        </argument>
        <argument name="idAttributes" xsi:type="array">
            <item name="/config/search/patterns/pattern"
                  xsi:type="string">
                name
            </item>
        </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\Reader object that it should return a Magento\Framework\Config\Reader\Filesystem object.

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

Results for Magento\Framework\Config\Reader\Filesystem

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

<virtualType name="Magento\Payment\Gateway\ErrorMapper\VirtualConfigReader"
             type="Magento\Framework\Config\Reader\Filesystem">
    <arguments>
        <argument name="converter" xsi:type="object">
            Magento\Payment\Gateway\ErrorMapper\XmlToArrayConverter
        </argument>
        <argument name="schemaLocator" xsi:type="object">
            Magento\Payment\Gateway\ErrorMapper\VirtualSchemaLocator
        </argument>
        <argument name="fileName" xsi:type="string">
            error_mapping.xml
        </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\Gateway\ErrorMapper\VirtualConfigReader object that it should return a Magento\Framework\Config\Reader\Filesystem object.

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