Routing
homepage
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_certificates_index | /admin/certificates | Path does not match |
| 2 | admin_certificates_new | /admin/certificates/new | Path does not match |
| 3 | admin_certificates_batch_delete | /admin/certificates/batchDelete | Path does not match |
| 4 | admin_certificates_autocomplete | /admin/certificates/autocomplete | Path does not match |
| 5 | admin_certificates_render_filters | /admin/certificates/renderFilters | Path does not match |
| 6 | admin_certificates_edit | /admin/certificates/{entityId}/edit | Path does not match |
| 7 | admin_certificates_delete | /admin/certificates/{entityId}/delete | Path does not match |
| 8 | admin_certificates_detail | /admin/certificates/{entityId} | Path does not match |
| 9 | admin_education_index | /admin/education | Path does not match |
| 10 | admin_education_new | /admin/education/new | Path does not match |
| 11 | admin_education_batch_delete | /admin/education/batchDelete | Path does not match |
| 12 | admin_education_autocomplete | /admin/education/autocomplete | Path does not match |
| 13 | admin_education_render_filters | /admin/education/renderFilters | Path does not match |
| 14 | admin_education_edit | /admin/education/{entityId}/edit | Path does not match |
| 15 | admin_education_delete | /admin/education/{entityId}/delete | Path does not match |
| 16 | admin_education_detail | /admin/education/{entityId} | Path does not match |
| 17 | admin_experience_index | /admin/experience | Path does not match |
| 18 | admin_experience_new | /admin/experience/new | Path does not match |
| 19 | admin_experience_batch_delete | /admin/experience/batchDelete | Path does not match |
| 20 | admin_experience_autocomplete | /admin/experience/autocomplete | Path does not match |
| 21 | admin_experience_render_filters | /admin/experience/renderFilters | Path does not match |
| 22 | admin_experience_edit | /admin/experience/{entityId}/edit | Path does not match |
| 23 | admin_experience_delete | /admin/experience/{entityId}/delete | Path does not match |
| 24 | admin_experience_detail | /admin/experience/{entityId} | Path does not match |
| 25 | admin_projects_index | /admin/projects | Path does not match |
| 26 | admin_projects_new | /admin/projects/new | Path does not match |
| 27 | admin_projects_batch_delete | /admin/projects/batchDelete | Path does not match |
| 28 | admin_projects_autocomplete | /admin/projects/autocomplete | Path does not match |
| 29 | admin_projects_render_filters | /admin/projects/renderFilters | Path does not match |
| 30 | admin_projects_edit | /admin/projects/{entityId}/edit | Path does not match |
| 31 | admin_projects_delete | /admin/projects/{entityId}/delete | Path does not match |
| 32 | admin_projects_detail | /admin/projects/{entityId} | Path does not match |
| 33 | admin_skills_index | /admin/skills | Path does not match |
| 34 | admin_skills_new | /admin/skills/new | Path does not match |
| 35 | admin_skills_batch_delete | /admin/skills/batchDelete | Path does not match |
| 36 | admin_skills_autocomplete | /admin/skills/autocomplete | Path does not match |
| 37 | admin_skills_render_filters | /admin/skills/renderFilters | Path does not match |
| 38 | admin_skills_edit | /admin/skills/{entityId}/edit | Path does not match |
| 39 | admin_skills_delete | /admin/skills/{entityId}/delete | Path does not match |
| 40 | admin_skills_detail | /admin/skills/{entityId} | Path does not match |
| 41 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 42 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 43 | _wdt | /_wdt/{token} | Path does not match |
| 44 | _profiler_home | /_profiler/ | Path does not match |
| 45 | _profiler_search | /_profiler/search | Path does not match |
| 46 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 47 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 48 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 49 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 50 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 51 | _profiler_open_file | /_profiler/open | Path does not match |
| 52 | _profiler | /_profiler/{token} | Path does not match |
| 53 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 54 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 55 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 56 | admin_change_password | /admin/change_password | Path does not match |
| 57 | admin | /admin | Path does not match |
| 58 | 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.