Routing
seating_event_fetch
Matched route
Route Parameters
| Name | Value |
|---|---|
| _format | "html" |
Route Matching Logs
Path to match:
/fetchEvents
| # | 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 | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.