Routing
_source
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "4" |
Route Matching Logs
Path to match:
/source/4
| # | 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 | answer_index | /admin/answer/ | Path does not match |
| 17 | answer_new | /admin/answer/new | Path does not match |
| 18 | answer_show | /admin/answer/{id} | Path does not match |
| 19 | answer_edit | /admin/answer/{id}/edit | Path does not match |
| 20 | answer_delete | /admin/answer/{id} | Path does not match |
| 21 | app_admin_default_index | /admin | Path does not match |
| 22 | _admin-question_index | /admin/question/ | Path does not match |
| 23 | _admin-question_filter | /admin/question/filter | Path does not match |
| 24 | _question_new | /admin/question/newnew | Path does not match |
| 25 | question_new | /admin/question/new | Path does not match |
| 26 | question_show | /admin/question/{id} | Path does not match |
| 27 | question_edit | /admin/question/{id}/edit | Path does not match |
| 28 | question_delete | /admin/question/{id}/delete | Path does not match |
| 29 | source_index | /admin/source/ | Path does not match |
| 30 | source_new | /admin/source/new | Path does not match |
| 31 | source_show | /admin/source/{id} | Path does not match |
| 32 | source_edit | /admin/source/{id}/edit | Path does not match |
| 33 | source_delete | /admin/source/{id} | Path does not match |
| 34 | subject_index | /admin/subject/ | Path does not match |
| 35 | subject_new | /admin/subject/new | Path does not match |
| 36 | subject_show | /admin/subject/{id} | Path does not match |
| 37 | subject_edit | /admin/subject/{id}/edit | Path does not match |
| 38 | subject_delete | /admin/subject/{id} | Path does not match |
| 39 | tag_index | /admin/tag/ | Path does not match |
| 40 | tag_new | /admin/tag/new | Path does not match |
| 41 | tag_show | /admin/tag/{id} | Path does not match |
| 42 | tag_edit | /admin/tag/{id}/edit | Path does not match |
| 43 | tag_delete | /admin/tag/{id} | Path does not match |
| 44 | topic_index | /admin/topic/ | Path does not match |
| 45 | topic_new | /admin/topic/new | Path does not match |
| 46 | topic_show | /admin/topic/{id} | Path does not match |
| 47 | topic_edit | /admin/topic/{id}/edit | Path does not match |
| 48 | topic_delete | /admin/topic/{id} | Path does not match |
| 49 | _api-homepage | /api/ | Path does not match |
| 50 | _api-source | /api/source | Path does not match |
| 51 | _api-source-subject | /api/source/{id} | Path does not match |
| 52 | _api-subject | /api/subject | Path does not match |
| 53 | _api-subject-topic | /api/subject/{id}/topic | Path does not match |
| 54 | _api-review-questions | /api/review/questions | Path does not match |
| 55 | _api-topic | /api/topic/{id} | Path does not match |
| 56 | _api-question-full | /api/topic/{id}/full | Path does not match |
| 57 | _api-question-full-star | /api/topic/{id}/full/star | Path does not match |
| 58 | _api-question-star | /api/topic/{id}/star | Path does not match |
| 59 | _api-question | /api/question/{id} | Path does not match |
| 60 | _api-question-focus | /api/question/{id}/focus/{care} | Path does not match |
| 61 | _api-question-follow | /api/question/{id}/follow/{good} | Path does not match |
| 62 | _api-stats-follow | /api/stats/follow | Path does not match |
| 63 | _api-public-routes | /api/public/routes | Path does not match |
| 64 | _api-public-subject | /api/public/subject/{id} | Path does not match |
| 65 | _api-public-topic | /api/public/topic/{id} | Path does not match |
| 66 | _homepage | / | Path does not match |
| 67 | _source | /source/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.