Routing
image_view
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "10" |
Route Matching Logs
Path to match:
/image/10/view
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | index | / | Path does not match |
| 14 | login | /login | Path does not match |
| 15 | logout | /logout | Path does not match |
| 16 | test | /moderator/test | Path does not match |
| 17 | moderator_learners | /moderator/learners | Path does not match |
| 18 | moderator_learner_edit | /moderator/learner/edit/{id} | Path does not match |
| 19 | moderator_payments | /moderator/payments | Path does not match |
| 20 | moderator_payment_edit | /moderator/payment/edit/{id} | Path does not match |
| 21 | moderator_payment_delete | /moderator/payment/delete/{id} | Path does not match |
| 22 | moderator_calendar_events | /moderator/calendar-events | Path does not match |
| 23 | moderator_calendar_event_edit | /moderator/calendar-event/edit/{id} | Path does not match |
| 24 | admin_test | /admin/test | Path does not match |
| 25 | admin_users | /admin/users | Path does not match |
| 26 | admin_user_edit | /admin/user/edit/{id} | Path does not match |
| 27 | moderator_candidates_review | /moderator/candidates/review | Path does not match |
| 28 | moderator_candidates | /moderator/candidates | Path does not match |
| 29 | moderator_candidate_approve | /moderator/candidate/approve | Path does not match |
| 30 | moderator_candidate_decline | /moderator/candidate/decline | Path does not match |
| 31 | moderator_candidate_edit | /moderator/candidate/edit/{id} | Path does not match |
| 32 | moderator_candidate_delete | /moderator/candidate/delete/{id} | Path does not match |
| 33 | moderator_reviewer_settings_edit | /moderator/reviewer-settings/edit/{id} | Path does not match |
| 34 | moderator_tip_settings_edit | /moderator/tip-settings/edit/{id} | Path does not match |
| 35 | image_view | /image/{id}/view | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.