File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
2. Request Flow Processing Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,6 @@ reference route by ID and add own module "before" original module.
52
52
53
53
1 . If all routers didn't match, default controller provides two opportunities:
54
54
- set default 404 route in admin config ` web/default/no_route ` (see: [ \Magento\Framework\App\Router\NoRouteHandler::process] ( https://github.com/magento/magento2/blob/2.2-develop/lib/internal/Magento/Framework/App/Router/NoRouteHandler.php#L34 ) )
55
- - register custom handler in [ noRouteHandlerList] ( https://github.com/magento/magento2/blob/2.2-develop/lib/internal/Magento/Framework/App/Router/NoRouteHandlerList.php )
55
+ - register custom handler in [ noRouteHandlerList] ( https://github.com/magento/magento2/blob/2.2-develop/lib/internal/Magento/Framework/App/Router/NoRouteHandlerList.php ) :
56
56
* backend (sortOrder: 10) [ Magento\Backend\App\Router\NoRouteHandler] ( https://github.com/magento/magento2/blob/2.2-develop/app/code/Magento/Backend/App/Router/NoRouteHandler.php#L44 ) -> ` adminhtml/noroute/index `
57
- * default (sortOrder: 100) [ Magento\Framework\App\Router\NoRouteHandler] (( https://github.com/magento/magento2/blob/2.2-develop/lib/internal/Magento/Framework/App/Router/NoRouteHandler.php )
57
+ * default (sortOrder: 100) [ Magento\Framework\App\Router\NoRouteHandler] ( https://github.com/magento/magento2/blob/2.2-develop/lib/internal/Magento/Framework/App/Router/NoRouteHandler.php )
You can’t perform that action at this time.
0 commit comments