Routing
public_user_user_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| _format | "html" |
Route Matching Logs
Path to match:
/users/-/show
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | fos_js_routing_js | /js/routing.{_format} | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | public_app_homepage | / | Path does not match |
| 4 | public_app_content_about | /about | Path does not match |
| 5 | public_app_gallery_list | /gallery.{_format} | Path does not match |
| 6 | public_app_gallery_item_list | /gallery/{id}/galleryItems | Path does not match |
| 7 | public_app_feedback_show | /contact | Path does not match |
| 8 | public_app_feedback_new | /contact/new | Path does not match |
| 9 | admin_app_homepage | /admin | Path does not match |
| 10 | admin_app_gallery_list | /galleries.{_format} | Path does not match |
| 11 | admin_app_gallery_new | /galleries/new | Path does not match |
| 12 | admin_app_gallery_edit | /galleries/{id}/edit | Path does not match |
| 13 | admin_app_gallery_delete | /galleries/{id}/delete | Path does not match |
| 14 | admin_app_gallery_item_new | /gallery/{id}/galleryItems/new | Path does not match |
| 15 | admin_app_gallery_item_delete | /gallery/{id}/galleryItems/{itemId}/delete | Path does not match |
| 16 | admin_app_feedback_list | /feedbacks.{_format} | Path does not match |
| 17 | admin_app_page_list | /pages.{_format} | Path does not match |
| 18 | admin_app_page_new | /pages/new | Path does not match |
| 19 | admin_app_page_edit | /pages/{id}/edit | Path does not match |
| 20 | seating_room_show | /event/{eventId}/room/{roomId} | Path does not match |
| 21 | seating_seat_list | /event/{eventId}/room/{roomId}/seats | Path does not match |
| 22 | seating_event_list | /event/list | Path does not match |
| 23 | seating_event_fetch | /fetchEvents | Path does not match |
| 24 | seating_reservation_new | /reservations/new | Path does not match |
| 25 | seating_reservation_show_reservation_success | /reservation/success | Path does not match |
| 26 | seating_reservation_qr_code_provide | /reservations/{uuid}/qr-code | Path does not match |
| 27 | admin_seating_event_list | /admin/events.{_format} | Path does not match |
| 28 | admin_seating_event_new | /admin/events/new.{_format} | Path does not match |
| 29 | admin_seating_event_edit | /admin/events/{id}/edit.{_format} | Path does not match |
| 30 | admin_seating_event_delete | /admin/events/{id}/delete | Path does not match |
| 31 | admin_seating_reservation_list | /admin/reservations.{_format} | Path does not match |
| 32 | admin_seating_reservation_confirm | /admin/reservations/{uuid}/confirm | Path does not match |
| 33 | admin_seating_reservation_show | /admin/seats/{seatId}/events/{eventId}/reservations/{id}/show | Path does not match |
| 34 | admin_seating_reservation_delete | /admin/reservations/{id}/delete | Path does not match |
| 35 | admin_seating_reservation_list_statistics | /admin/reservations/statistics.{_format} | Path does not match |
| 36 | admin_seating_room_list | /admin/rooms.{_format} | Path does not match |
| 37 | admin_seating_room_new | /admin/rooms/new | Path does not match |
| 38 | admin_seating_room_edit | /admin/rooms/{id}/edit | Path does not match |
| 39 | admin_seating_room_delete | /admin/rooms/{id}/delete | Path does not match |
| 40 | admin_seating_sponsor_list | /admin/sponsors.{_format} | Path does not match |
| 41 | admin_seating_sponsor_new | /admin/sponsors/new | Path does not match |
| 42 | admin_seating_sponsor_edit | /admin/sponsors/{id}/edit | Path does not match |
| 43 | admin_seating_sponsor_delete | /admin/sponsors/{id}/delete | Path does not match |
| 44 | admin_seating_reminder_list_reminders | /admin/event/{id}/reminders | Path does not match |
| 45 | admin_seating_reminder_new | /admin/reminders/new | Path does not match |
| 46 | admin_seating_reminder_delete | /admin/reminders/{id}/delete | Path does not match |
| 47 | admin_user_user_list | /admin/users.{_format} | Path does not match |
| 48 | api_user_profile_edit | /api/profile/edit | Path does not match |
| 49 | user_security_login | /login | Path does not match |
| 50 | user_security_logout | /logout | Path does not match |
| 51 | user_registration_register | /register.{_format} | Path does not match |
| 52 | user_registration_verify_email | /verify/email | Path does not match |
| 53 | public_user_user_show | /users/-/show | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.