Enter a type and click search.




Results for Magento\Store\Model\StoreManagerInterface\Proxy

File: vendor/amzn/amazon-pay-and-login-with-amazon-core-module/etc/di.xml

<type name="Amazon\Core\Helper\Data">
    <arguments>
        <argument name="storeManager" xsi:type="object">
            Magento\Store\Model\StoreManagerInterface\Proxy
        </argument>
        <argument name="clientIpHelper" xsi:type="object">
            Amazon\Core\Helper\ClientIp\Proxy
        </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 Amazon\Core\Helper\Data object that the following arguments should be used in the foo object's constructor.

Results for Magento\Store\Model\StoreManagerInterface\Proxy

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

<type name="Magento\Theme\Model\View\Design">
    <arguments>
        <argument name="storeManager" xsi:type="object">
            Magento\Store\Model\StoreManagerInterface\Proxy
        </argument>
    </arguments>
</type>

This is a 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 configuration tells the Object Manager that when a user wants a Magento\Theme\Model\View\Design object that the following arguments should be used in the foo object's constructor.

Results for Magento\Store\Model\StoreManagerInterface\Proxy

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

<type name="Magento\Store\Model\Resolver\Store">
    <arguments>
        <argument name="storeManager" xsi:type="object">
            Magento\Store\Model\StoreManagerInterface\Proxy
        </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\Store\Model\Resolver\Store object that the following arguments should be used in the foo object's constructor.

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

<type name="Magento\Store\Model\Resolver\Group">
    <arguments>
        <argument name="storeManager" xsi:type="object">
            Magento\Store\Model\StoreManagerInterface\Proxy
        </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\Store\Model\Resolver\Group object that the following arguments should be used in the foo object's constructor.

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

<type name="Magento\Store\Model\Resolver\Website">
    <arguments>
        <argument name="storeManager" xsi:type="object">
            Magento\Store\Model\StoreManagerInterface\Proxy
        </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\Store\Model\Resolver\Website object that the following arguments should be used in the foo object's constructor.

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

<type name="Magento\Store\Model\Plugin\StoreCookie">
    <arguments>
        <argument name="storeManager" xsi:type="object">
            Magento\Store\Model\StoreManagerInterface\Proxy
        </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\Store\Model\Plugin\StoreCookie object that the following arguments should be used in the foo object's constructor.

Results for Magento\Store\Model\StoreManagerInterface\Proxy

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

<type name="Magento\Catalog\Model\Indexer\Product\Price\Plugin\TableResolver">
    <arguments>
        <argument name="priceTableResolver" xsi:type="object">
            Magento\Catalog\Model\Indexer\Product\Price\PriceTableResolver\Proxy
        </argument>
        <argument name="storeManager" xsi:type="object">
            Magento\Store\Model\StoreManagerInterface\Proxy
        </argument>
        <argument name="context" xsi:type="object">
            Magento\Framework\App\Http\Context\Proxy
        </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\Catalog\Model\Indexer\Product\Price\Plugin\TableResolver object that the following arguments should be used in the foo object's constructor.