GET https://findrfood.be/restaurants?page=1

Routing

app_listing_restaurants Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /restaurants
# Route name Path Log
1 admin_category_index /admin/category Path does not match
2 admin_category_new /admin/category/new Path does not match
3 admin_category_batch_delete /admin/category/batch-delete Path does not match
4 admin_category_autocomplete /admin/category/autocomplete Path does not match
5 admin_category_render_filters /admin/category/render-filters Path does not match
6 admin_category_edit /admin/category/{entityId}/edit Path does not match
7 admin_category_delete /admin/category/{entityId}/delete Path does not match
8 admin_category_detail /admin/category/{entityId} Path does not match
9 admin_horaires_index /admin/horaires Path does not match
10 admin_horaires_new /admin/horaires/new Path does not match
11 admin_horaires_batch_delete /admin/horaires/batch-delete Path does not match
12 admin_horaires_autocomplete /admin/horaires/autocomplete Path does not match
13 admin_horaires_render_filters /admin/horaires/render-filters Path does not match
14 admin_horaires_edit /admin/horaires/{entityId}/edit Path does not match
15 admin_horaires_delete /admin/horaires/{entityId}/delete Path does not match
16 admin_horaires_detail /admin/horaires/{entityId} Path does not match
17 admin_menu_items_index /admin/menu-items Path does not match
18 admin_menu_items_new /admin/menu-items/new Path does not match
19 admin_menu_items_batch_delete /admin/menu-items/batch-delete Path does not match
20 admin_menu_items_autocomplete /admin/menu-items/autocomplete Path does not match
21 admin_menu_items_render_filters /admin/menu-items/render-filters Path does not match
22 admin_menu_items_edit /admin/menu-items/{entityId}/edit Path does not match
23 admin_menu_items_delete /admin/menu-items/{entityId}/delete Path does not match
24 admin_menu_items_detail /admin/menu-items/{entityId} Path does not match
25 admin_menu_section_index /admin/menu-section Path does not match
26 admin_menu_section_new /admin/menu-section/new Path does not match
27 admin_menu_section_batch_delete /admin/menu-section/batch-delete Path does not match
28 admin_menu_section_autocomplete /admin/menu-section/autocomplete Path does not match
29 admin_menu_section_render_filters /admin/menu-section/render-filters Path does not match
30 admin_menu_section_edit /admin/menu-section/{entityId}/edit Path does not match
31 admin_menu_section_delete /admin/menu-section/{entityId}/delete Path does not match
32 admin_menu_section_detail /admin/menu-section/{entityId} Path does not match
33 admin_restaurant_index /admin/restaurant Path does not match
34 admin_restaurant_new /admin/restaurant/new Path does not match
35 admin_restaurant_batch_delete /admin/restaurant/batch-delete Path does not match
36 admin_restaurant_autocomplete /admin/restaurant/autocomplete Path does not match
37 admin_restaurant_render_filters /admin/restaurant/render-filters Path does not match
38 admin_restaurant_edit /admin/restaurant/{entityId}/edit Path does not match
39 admin_restaurant_delete /admin/restaurant/{entityId}/delete Path does not match
40 admin_restaurant_detail /admin/restaurant/{entityId} Path does not match
41 admin_sub_menu_section_index /admin/sub-menu-section Path does not match
42 admin_sub_menu_section_new /admin/sub-menu-section/new Path does not match
43 admin_sub_menu_section_batch_delete /admin/sub-menu-section/batch-delete Path does not match
44 admin_sub_menu_section_autocomplete /admin/sub-menu-section/autocomplete Path does not match
45 admin_sub_menu_section_render_filters /admin/sub-menu-section/render-filters Path does not match
46 admin_sub_menu_section_edit /admin/sub-menu-section/{entityId}/edit Path does not match
47 admin_sub_menu_section_delete /admin/sub-menu-section/{entityId}/delete Path does not match
48 admin_sub_menu_section_detail /admin/sub-menu-section/{entityId} Path does not match
49 admin_user_index /admin/user Path does not match
50 admin_user_new /admin/user/new Path does not match
51 admin_user_batch_delete /admin/user/batch-delete Path does not match
52 admin_user_autocomplete /admin/user/autocomplete Path does not match
53 admin_user_render_filters /admin/user/render-filters Path does not match
54 admin_user_edit /admin/user/{entityId}/edit Path does not match
55 admin_user_delete /admin/user/{entityId}/delete Path does not match
56 admin_user_detail /admin/user/{entityId} Path does not match
57 _preview_error /_error/{code}.{_format} Path does not match
58 _wdt_stylesheet /_wdt/styles Path does not match
59 _wdt /_wdt/{token} Path does not match
60 _profiler_home /_profiler/ Path does not match
61 _profiler_search /_profiler/search Path does not match
62 _profiler_search_bar /_profiler/search_bar Path does not match
63 _profiler_phpinfo /_profiler/phpinfo Path does not match
64 _profiler_xdebug /_profiler/xdebug Path does not match
65 _profiler_font /_profiler/font/{fontName}.woff2 Path does not match
66 _profiler_search_results /_profiler/{token}/search/results Path does not match
67 _profiler_open_file /_profiler/open Path does not match
68 _profiler /_profiler/{token} Path does not match
69 _profiler_router /_profiler/{token}/router Path does not match
70 _profiler_exception /_profiler/{token}/exception Path does not match
71 _profiler_exception_css /_profiler/{token}/exception.css Path does not match
72 admin /admin Path does not match
73 api_restaurants_list /api/restaurants Path does not match
74 api_restaurants_show /api/restaurants/{id} Path does not match
75 api_restaurants_create /api/restaurants Path does not match
76 api_restaurants_update /api/restaurants/{id} Path does not match
77 api_restaurants_delete /api/restaurants/{id} Path does not match
78 app_category /categories/{slug} Path does not match
79 app_contact /contact Path does not match
80 app_favoris /mes-favoris Path does not match
81 app_favoris_delete /mes-favoris/supprimer/{id} Path does not match
82 app_favoris_toggle /favoris/toggle/{restaurantId} Path does not match
83 app_fix_panel /fix-panel Path does not match
84 app_home / Path does not match
85 app_inscription_restaurant /inscription/restaurant Path does not match
86 app_privacy_policy /privacy-policy Path does not match
87 app_legal_notice /legal-notice Path does not match
88 app_terms_of_use /terms-of-use Path does not match
89 app_cookies_policy /cookies-policy Path does not match
90 app_listing_restaurants /restaurants Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.