Routing
homepage
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | 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_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | app_application_index | /application | Path does not match |
| 17 | app_application_mentor_index | /application/mentor/{id} | Path does not match |
| 18 | app_application_student_index | /application/student/{id} | Path does not match |
| 19 | application_ajax | /application/ajax | Path does not match |
| 20 | application_pending_ajax | /application/pending/ajax | Path does not match |
| 21 | app_application_new | /application/new | Path does not match |
| 22 | app_application_new_to_opotunity | /application/oportunity/{id}/new | Path does not match |
| 23 | app_application_show | /application/{id} | Path does not match |
| 24 | app_application_accept_by_mentor | /application/{id}/accept-by-mentor | Path does not match |
| 25 | app_application_reject_by_mentor | /application/{id}/reject-by-mentor | Path does not match |
| 26 | app_application_accept_by_student | /application/{id}/accept-by-student | Path does not match |
| 27 | app_application_reject_by_student | /application/{id}/reject-by-student | Path does not match |
| 28 | app_application_accept_by_admin | /application/{id}/accept-by-admin | Path does not match |
| 29 | app_application_edit | /application/{id}/edit | Path does not match |
| 30 | app_application_delete | /application/{id} | Path does not match |
| 31 | app_class_code_index | /class-code | Path does not match |
| 32 | app_class_code_new | /class-code/new | Path does not match |
| 33 | app_class_code_show | /class-code/{id} | Path does not match |
| 34 | app_class_code_edit | /class-code/{id}/edit | Path does not match |
| 35 | app_class_code_delete | /class-code/{id} | Path does not match |
| 36 | app_country_index | /country | Path does not match |
| 37 | app_country_new | /country/new | Path does not match |
| 38 | app_country_show | /country/{id} | Path does not match |
| 39 | app_country_edit | /country/{id}/edit | Path does not match |
| 40 | app_country_delete | /country/{id} | Path does not match |
| 41 | app_criterion_new | /criterion/new | Path does not match |
| 42 | app_criterion_show | /criterion/{id} | Path does not match |
| 43 | app_criterion_edit | /criterion/{id}/edit | Path does not match |
| 44 | app_criterion_delete | /criterion/{id} | Path does not match |
| 45 | app_criterion_option_new | /criterion-option/new | Path does not match |
| 46 | app_criterion_option_show | /criterion-option/{id} | Path does not match |
| 47 | app_criterion_option_edit | /criterion-option/{id}/edit | Path does not match |
| 48 | app_criterion_option_delete | /criterion-option/{id} | Path does not match |
| 49 | app_department_index | /department | Path does not match |
| 50 | app_department_new | /department/new | Path does not match |
| 51 | app_department_show | /department/{id} | Path does not match |
| 52 | app_department_edit | /department/{id}/edit | Path does not match |
| 53 | app_department_delete | /department/{id} | Path does not match |
| 54 | app_emailer | /emailer | Path does not match |
| 55 | test_mailer | /emailer/test | Path does not match |
| 56 | app_enterprise_index | /enterprise | Path does not match |
| 57 | app_enterprise_new | /enterprise/new | Path does not match |
| 58 | app_enterprise_show | /enterprise/{id} | Path does not match |
| 59 | app_enterprise_edit | /enterprise/{id}/edit | Path does not match |
| 60 | app_enterprise_delete | /enterprise/{id} | Path does not match |
| 61 | app_evaluation_new | /evaluation/research/{id}/new | Path does not match |
| 62 | app_evaluation_edit | /evaluation/{id}/edit | Path does not match |
| 63 | app_evaluation_delete | /evaluation/{id} | Path does not match |
| 64 | app_external_academic_unit_index | /external-academic-unit | Path does not match |
| 65 | app_external_academic_unit_new | /external-academic-unit/new | Path does not match |
| 66 | app_external_academic_unit_show | /external-academic-unit/{id} | Path does not match |
| 67 | app_external_academic_unit_edit | /external-academic-unit/{id}/edit | Path does not match |
| 68 | app_external_academic_unit_delete | /external-academic-unit/{id} | Path does not match |
| 69 | app_faculty_index | /faculty | Path does not match |
| 70 | app_faculty_new | /faculty/new | Path does not match |
| 71 | app_faculty_show | /faculty/{id} | Path does not match |
| 72 | app_faculty_edit | /faculty/{id}/edit | Path does not match |
| 73 | app_faculty_delete | /faculty/{id} | Path does not match |
| 74 | 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.