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/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-signifyd/etc/di.xml

<virtualType name="PaymentMapperConfigReader"
             type="Magento\Framework\Config\Reader\Filesystem">
    <arguments>
        <argument name="converter" xsi:type="object">
            Magento\Signifyd\Model\PaymentMethodMapper\XmlToArrayConfigConverter
        </argument>
        <argument name="schemaLocator" xsi:type="object">
            PaymentMapperSchemaLocator
        </argument>
        <argument name="fileName" xsi:type="string">
            signifyd_payment_mapping.xml
        </argument>
        <argument name="idAttributes" xsi:type="array">
            <item name="/config/payment_method_list/payment_method"
                  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 PaymentMapperConfigReader object that it should return a Magento\Framework\Config\Reader\Filesystem object.

This configuration tells the Object Manager that when a user wants a PaymentMapperConfigReader 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-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.