Enter a type and click search.




Results for Magento\Framework\App\FrontControllerInterface

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

<type name="Magento\Framework\App\FrontControllerInterface">
    <plugin name="graphql-dispatch-plugin"
            type="Magento\GraphQlCache\Controller\Plugin\GraphQl"></plugin>
    <plugin name="front-controller-builtin-cache"
            type="Magento\PageCache\Model\App\FrontController\BuiltinPlugin"></plugin>
    <plugin name="front-controller-varnish-cache"
            type="Magento\PageCache\Model\App\FrontController\VarnishPlugin"></plugin>
</type>

This is a type configuration.

This configuration is for the graphql area. This is the area that corresponds with the GraphQL sub-application.

This configuration also tells the object manager to use the plugin class with Magento\Framework\App\FrontControllerInterface objects.

Results for Magento\Framework\App\FrontControllerInterface

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

<preference for="Magento\Framework\App\FrontControllerInterface"
            type="Magento\Framework\App\FrontController"></preference>

This is a preference 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 preference configuration tells the Object Manager when a user wants a Magento\Framework\App\FrontControllerInterface object that it should return a Magento\Framework\App\FrontController object.

Results for Magento\Framework\App\FrontControllerInterface

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

<preference for="Magento\Framework\App\FrontControllerInterface"
            type="Magento\GraphQl\Controller\GraphQl"></preference>

This is a preference configuration.

This configuration is for the graphql area. This is the area that corresponds with the GraphQL sub-application.

This preference configuration tells the Object Manager when a user wants a Magento\Framework\App\FrontControllerInterface object that it should return a Magento\GraphQl\Controller\GraphQl object.

Results for Magento\Framework\App\FrontControllerInterface

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

<preference for="Magento\Framework\App\FrontControllerInterface"
            type="Magento\Webapi\Controller\Soap"></preference>

This is a preference configuration.

This configuration is for the webapi_soap area. This is the area that corresponds with the SOAP Api sub-application.

This preference configuration tells the Object Manager when a user wants a Magento\Framework\App\FrontControllerInterface object that it should return a Magento\Webapi\Controller\Soap object.

Results for Magento\Framework\App\FrontControllerInterface

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

<preference for="Magento\Framework\App\FrontControllerInterface"
            type="Magento\Webapi\Controller\Rest"></preference>

This is a preference configuration.

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

This preference configuration tells the Object Manager when a user wants a Magento\Framework\App\FrontControllerInterface object that it should return a Magento\Webapi\Controller\Rest object.

Results for Magento\Framework\App\FrontControllerInterface

File: vendor/magento/module-page-cache/etc/frontend/di.xml

<type name="Magento\Framework\App\FrontControllerInterface">
    <plugin name="front-controller-builtin-cache"
            type="Magento\PageCache\Model\App\FrontController\BuiltinPlugin"></plugin>
    <plugin name="front-controller-varnish-cache"
            type="Magento\PageCache\Model\App\FrontController\VarnishPlugin"></plugin>
    <plugin name="page_cache_form_key_from_cookie"
            type="Magento\PageCache\Plugin\RegisterFormKeyFromCookie"></plugin>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

This configuration also tells the object manager to use the plugin class with Magento\Framework\App\FrontControllerInterface objects.

Results for Magento\Framework\App\FrontControllerInterface

File: vendor/magento/module-page-cache/etc/webapi_soap/di.xml

<type name="Magento\Framework\App\FrontControllerInterface">
    <plugin name="append_no_store_cache_header"
            type="Magento\PageCache\Plugin\AppendNoStoreCacheHeader"></plugin>
</type>

This is a type configuration.

This configuration is for the webapi_soap area. This is the area that corresponds with the SOAP Api sub-application.

This configuration also tells the object manager to use the Magento\PageCache\Plugin\AppendNoStoreCacheHeader plugin class with Magento\Framework\App\FrontControllerInterface objects.

Results for Magento\Framework\App\FrontControllerInterface

File: vendor/magento/module-page-cache/etc/graphql/di.xml

<type name="Magento\Framework\App\FrontControllerInterface">
    <plugin name="page_cache_form_key_from_cookie"
            type="Magento\PageCache\Plugin\RegisterFormKeyFromCookie"></plugin>
</type>

This is a type configuration.

This configuration is for the graphql area. This is the area that corresponds with the GraphQL sub-application.

This configuration also tells the object manager to use the Magento\PageCache\Plugin\RegisterFormKeyFromCookie plugin class with Magento\Framework\App\FrontControllerInterface objects.

Results for Magento\Framework\App\FrontControllerInterface

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

<type name="Magento\Framework\App\FrontControllerInterface">
    <plugin name="append_no_store_cache_header"
            type="Magento\PageCache\Plugin\AppendNoStoreCacheHeader"></plugin>
</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 also tells the object manager to use the Magento\PageCache\Plugin\AppendNoStoreCacheHeader plugin class with Magento\Framework\App\FrontControllerInterface objects.

Results for Magento\Framework\App\FrontControllerInterface

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

<type name="Magento\Framework\App\FrontControllerInterface">
    <plugin name="default_store_setter"
            type="Magento\Store\App\FrontController\Plugin\DefaultStore"></plugin>
</type>

This is a type configuration.

This configuration is for the adminhtml area. This is the area that corresponds with the Magento admin sub-application.

This configuration also tells the object manager to use the Magento\Store\App\FrontController\Plugin\DefaultStore plugin class with Magento\Framework\App\FrontControllerInterface objects.

Results for Magento\Framework\App\FrontControllerInterface

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

<type name="Magento\Framework\App\FrontControllerInterface">
    <plugin name="configHash"
            type="Magento\Deploy\Model\Plugin\ConfigChangeDetector"
            sortOrder="50"></plugin>
</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 also tells the object manager to use the Magento\Deploy\Model\Plugin\ConfigChangeDetector plugin class with Magento\Framework\App\FrontControllerInterface objects.