Routing
front_event_competitions
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr_FR" |
Route Matching Logs
Path to match:
/%C3%A9v%C3%A9nement/comp%C3%A9titions
| # | 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 | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.