Enter a type and click search.




Results for Magento\Framework\Webapi\Rest\Request\Proxy

File: vendor/magento/module-webapi/etc/webapi_rest/di.xml

<type name="Magento\Webapi\Controller\Rest">
    <arguments>
        <argument name="request" xsi:type="object">
            Magento\Framework\Webapi\Rest\Request\Proxy
        </argument>
        <argument name="response" xsi:type="object">
            Magento\Framework\Webapi\Rest\Response\Proxy
        </argument>
        <argument name="router" xsi:type="object">
            Magento\Webapi\Controller\Rest\Router\Proxy
        </argument>
        <argument name="oauthHelper" xsi:type="object">
            Magento\Framework\Oauth\Helper\Request\Proxy
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the webapi_rest area. This is the area that corresponds with the REST Api sub-application.

This configuration tells the Object Manager that when a user wants a Magento\Webapi\Controller\Rest object that the following arguments should be used in the foo object's constructor.