Routing
front_booking_reservation
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr_FR" |
Route Matching Logs
Path to match:
/r%C3%A9servation/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin.en_US | /admin | Path does not match |
| 2 | admin.fr_FR | /administration | Path does not match |
| 3 | connect_facebook_start | /connect/facebook | Path does not match |
| 4 | connect_facebook_check | /connect/facebook/check | Path does not match |
| 5 | connect_google_start | /connect/google | Path does not match |
| 6 | connect_google_check | /connect/google/check | Path does not match |
| 7 | fos_js_routing_js | /js/routing.{_format} | Path does not match |
| 8 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 9 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 10 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 11 | _wdt | /_wdt/{token} | Path does not match |
| 12 | _profiler_home | /_profiler/ | Path does not match |
| 13 | _profiler_search | /_profiler/search | Path does not match |
| 14 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 15 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 16 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 17 | _profiler_open_file | /_profiler/open | Path does not match |
| 18 | _profiler | /_profiler/{token} | Path does not match |
| 19 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 20 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 21 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 22 | front_homepage.en_US | /home | Path does not match |
| 23 | front_homepage.fr_FR | / | Path does not match |
| 24 | header_languages.en_US | /header-languages | Path does not match |
| 25 | header_languages.fr_FR | /header-langues | Path does not match |
| 26 | change_theme.en_US | /change_theme | Path does not match |
| 27 | change_theme.fr_FR | /changer_theme | Path does not match |
| 28 | front_about.en_US | /about-us | Path does not match |
| 29 | front_about.fr_FR | /a-propos | Path does not match |
| 30 | front_service_index.en_US | /our-services/ | Path does not match |
| 31 | front_service_index.fr_FR | /nos-services/ | Path does not match |
| 32 | front_service_show.en_US | /our-services/{id}/show | Path does not match |
| 33 | front_service_show.fr_FR | /nos-services/{id}/details | Path does not match |
| 34 | front_event_index.en_US | /event/ | Path does not match |
| 35 | front_event_index.fr_FR | /événement/ | Path does not match |
| 36 | front_event_competitions.en_US | /event/competitions | Path does not match |
| 37 | front_event_competitions.fr_FR | /événement/compétitions | Path does not match |
| 38 | front_event_show.en_US | /event/{id}/show | Path does not match |
| 39 | front_event_show.fr_FR | /événement/{id}/details | Path does not match |
| 40 | front_gallery_index.en_US | /gallery/ | Path does not match |
| 41 | front_gallery_index.fr_FR | /galerie/ | Path does not match |
| 42 | front_gallery_load.en_US | /gallery/load | Path does not match |
| 43 | front_gallery_load.fr_FR | /galerie/charger | Path does not match |
| 44 | front_blog_index.en_US | /blogs/ | Path does not match |
| 45 | front_blog_index.fr_FR | /articles/ | Path does not match |
| 46 | front_blog_show.en_US | /blogs/{id}/show | Path does not match |
| 47 | front_blog_show.fr_FR | /articles/{id}/details | Path does not match |
| 48 | front_blog_recent.en_US | /blogs/recent | Path does not match |
| 49 | front_blog_recent.fr_FR | /articles/récents | Path does not match |
| 50 | front_contact.en_US | /contact-us | Path does not match |
| 51 | front_contact.fr_FR | /nous-contacter | Path does not match |
| 52 | front_currency_index.en_US | /currency/ | Path does not match |
| 53 | front_currency_index.fr_FR | /currency/ | Path does not match |
| 54 | front_currency_update.en_US | /currency/{currency} | Path does not match |
| 55 | front_currency_update.fr_FR | /currency/{currency} | Path does not match |
| 56 | front_newsletter.en_US | /newsletter/en | Path does not match |
| 57 | front_newsletter.fr_FR | /newsletter/fr | Path does not match |
| 58 | front_booking_reservation.en_US | /booking/ | Path does not match |
| 59 | front_booking_reservation.fr_FR | /réservation/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.