Routing
homepage
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "ro" |
| template | "default/homepage.html.twig" |
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_index | /admin | Path does not match |
| 2 | admin_dashboard | /admin | Path does not match |
| 3 | app_admin_filters | /admin/rapoarte | Path does not match |
| 4 | app_admin_filters_export | /admin/rapoarte/export | Path does not match |
| 5 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 6 | instructor_home | /instructor | Path does not match |
| 7 | instructor_save_aeroclub | /instructor/save-aeroclub | Path does not match |
| 8 | instructor_parasutist | /instructor/parasutisti | Path does not match |
| 9 | instructor_parasutist_new | /instructor/parasutisti/new | Path does not match |
| 10 | instructor_parasutist_edit | /instructor/parasutisti/edit/{id} | Path does not match |
| 11 | instructor_parasutist_delete | /instructor/parasutisti/delete/{id} | Path does not match |
| 12 | instructor_checkin | /instructor/checkin | Path does not match |
| 13 | instructor_checkin_show | /instructor/checkin/show/{id} | Path does not match |
| 14 | instructor_checkin_new | /instructor/checkin/new | Path does not match |
| 15 | instructor_checkin_edit | /instructor/checkin/edit/{id} | Path does not match |
| 16 | instructor_checkin_copy | /instructor/checkin/copy/{id} | Path does not match |
| 17 | instructor_res | /instructor/res | Path does not match |
| 18 | instructor_res_new | /instructor/res/new/{id} | Path does not match |
| 19 | instructor_res_show | /instructor/res/show/{id} | Path does not match |
| 20 | instructor_res_done | /instructor/res/done | Path does not match |
| 21 | instructor_res_cancel | /instructor/res/cancel | Path does not match |
| 22 | manager_home | /manager/dashboard | Path does not match |
| 23 | app_manager_aeroclub_show | /manager/aeroclub/{id} | Path does not match |
| 24 | app_manager_raport_index | /manager/rapoarte | Path does not match |
| 25 | app_manager_raport_new | /manager/rapoarte/new/{id} | Path does not match |
| 26 | app_manager_raport_show | /manager/rapoarte/show/{id} | Path does not match |
| 27 | app_manager_raport_jump_done | /manager/rapoarte/done | Path does not match |
| 28 | app_manager_checkin_list | /manager/checkin | Path does not match |
| 29 | app_manager_checkin | /manager/checkin/show | Path does not match |
| 30 | app_manager_checkin_create | /manager/checkin/create | Path does not match |
| 31 | app_manager_checkin_edit | /manager/checkin/edit/{id} | Path does not match |
| 32 | app_manager_save_aeroclub | /manager/save-aeroclub | Path does not match |
| 33 | app_pilot_dashboard | /pilot | Path does not match |
| 34 | pilot_confirm_res | /pilot/confirm-res/{id} | Path does not match |
| 35 | public_index | /public | Path does not match |
| 36 | _wdt | /_wdt/{token} | Path does not match |
| 37 | _profiler_home | /_profiler/ | Path does not match |
| 38 | _profiler_search | /_profiler/search | Path does not match |
| 39 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 40 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 41 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 42 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 43 | _profiler_open_file | /_profiler/open | Path does not match |
| 44 | _profiler | /_profiler/{token} | Path does not match |
| 45 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 46 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 47 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 48 | homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.