Routing
app_frontend_index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | redirect_index | /index.html | Path does not match |
2 | _preview_error | /_error/{code}.{_format} | Path does not match |
3 | _wdt | /_wdt/{token} | Path does not match |
4 | _profiler_home | /_profiler/ | Path does not match |
5 | _profiler_search | /_profiler/search | Path does not match |
6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
10 | _profiler_open_file | /_profiler/open | Path does not match |
11 | _profiler | /_profiler/{token} | Path does not match |
12 | _profiler_router | /_profiler/{token}/router | Path does not match |
13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
15 | app_backend_api_html_files | /api-admin/v1/html/files | Path does not match |
16 | app_backend_api_html_imagepreview | /api-admin/v1/html/image-preview | Path does not match |
17 | app_backend_api_html_uploadpreview | /api-admin/v1/html/upload-preview | Path does not match |
18 | app_backend_admin_dashboard | /admin/ | Path does not match |
19 | app_dashboard | /admin/dashboard | Path does not match |
20 | app_file_index | /admin/file/ | Path does not match |
21 | app_file_new | /admin/file/upload | Path does not match |
22 | app_file_show | /admin/file/{id} | Path does not match |
23 | app_file_delete | /admin/file/{id}/delete | Path does not match |
24 | app_cron_helios | /admin/cron/helios | Path does not match |
25 | app_cron_dwa | /admin/cron/dwa | Path does not match |
26 | app_car_category_index | /admin/car-category/ | Path does not match |
27 | app_car_category_edit | /admin/car-category/{id} | Path does not match |
28 | app_car_index | /admin/car/ | Path does not match |
29 | app_car_new | /admin/car/new | Path does not match |
30 | app_car_edit | /admin/car/{id} | Path does not match |
31 | app_car_merge | /admin/car/{id}/merge | Path does not match |
32 | app_car_delete | /admin/car/{id}/delete | Path does not match |
33 | app_car_import | /admin/car-import/ | Path does not match |
34 | app_car_import_helios | /admin/car-import/helios | Path does not match |
35 | app_backend_carimport_importheliosimport | /admin/car-import/helios | Path does not match |
36 | app_car_import_dwa | /admin/car-import/dwa | Path does not match |
37 | app_backend_carimport_importdwaimport | /admin/car-import/dwa | Path does not match |
38 | app_car_import_clear | /admin/car-import/clear | Path does not match |
39 | app_cms_career_position_index | /admin/career-position/ | Path does not match |
40 | app_cms_career_position_new | /admin/career-position/new | Path does not match |
41 | app_cms_career_position_edit | /admin/career-position/{id} | Path does not match |
42 | app_cms_career_position_delete | /admin/career-position/{id}/delete | Path does not match |
43 | app_cms_client_index | /admin/client/ | Path does not match |
44 | app_cms_client_new | /admin/client/new | Path does not match |
45 | app_cms_client_edit | /admin/client/{id} | Path does not match |
46 | app_cms_client_delete | /admin/client/{id}/delete | Path does not match |
47 | app_cms_page_index | /admin/page/ | Path does not match |
48 | app_cms_page_edit | /admin/page/{id} | Path does not match |
49 | app_cms_review_index | /admin/review/ | Path does not match |
50 | app_cms_review_new | /admin/review/new | Path does not match |
51 | app_cms_review_edit | /admin/review/{id} | Path does not match |
52 | app_cms_review_delete | /admin/review/{id}/delete | Path does not match |
53 | app_cms_team_person_index | /admin/team/ | Path does not match |
54 | app_cms_team_person_new | /admin/team/new | Path does not match |
55 | app_cms_team_person_edit | /admin/team/{id} | Path does not match |
56 | app_cms_team_person_delete | /admin/team/{id}/delete | Path does not match |
57 | app_cms_team_role_index | /admin/team-role/ | Path does not match |
58 | app_cms_team_role_new | /admin/team-role/new | Path does not match |
59 | app_cms_team_role_edit | /admin/team-role/{id} | Path does not match |
60 | app_cms_team_role_delete | /admin/team-role/{id}/delete | Path does not match |
61 | app_user_index | /admin/user/ | Path does not match |
62 | app_user_new | /admin/user/new | Path does not match |
63 | app_user_edit | /admin/user/{id} | Path does not match |
64 | app_user_delete | /admin/user/{id}/delete | Path does not match |
65 | app_backend_utility_clearprodcache | /admin/utility/clear-cache | Path does not match |
66 | app_frontend_api_cars_list | /api/v1/cars/list/more | Path does not match |
67 | app_endpoint_form | /endpoint/form | Path does not match |
68 | app_frontend_index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.