Routing
player_fr
Matched route
Route Parameters
| Name | Value |
|---|---|
| userId | "1" |
Route Matching Logs
Path to match:
/joueur/1
| # | 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_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | account_fr | /compte/profil | Path does not match |
| 16 | photo_fr | /compte/photo | Path does not match |
| 17 | editmdp_fr | /compte/modifier_password | Path does not match |
| 18 | account_mes_tournois | /compte/mes-tournois | Path does not match |
| 19 | app_contact | /contact | Path does not match |
| 20 | error_page | /error/{code} | Path does not match |
| 21 | addevents_fr | /evenements | Path does not match |
| 22 | toggle_evenement_publier | /evenement/{id}/publier | Path does not match |
| 23 | homepage | / | Path does not match |
| 24 | addligue_fr | /ligue/{step}/ | Path does not match |
| 25 | partnership_management_index | /partnership-management/ | Path does not match |
| 26 | tournament_players_list | /partnership-request/tournament/{tournamentId}/players | Path does not match |
| 27 | partnership_request_send | /partnership-request/send | Path does not match |
| 28 | partnership_request_accept | /partnership-request/{id}/accept | Path does not match |
| 29 | partnership_request_reject | /partnership-request/{id}/reject | Path does not match |
| 30 | my_partnership_requests | /partnership-request/my-requests | Path does not match |
| 31 | received_partnership_requests | /partnership-request/received-requests | Path does not match |
| 32 | partnership_request_cancel | /partnership-request/{id}/cancel | Path does not match |
| 33 | partnership_request_accept_email | /partnership-request/{id}/accept-email | Path does not match |
| 34 | partnership_request_reject_email | /partnership-request/{id}/reject-email | Path does not match |
| 35 | planning_index | /planning/{evenementId} | Path does not match |
| 36 | planning_terrains | /planning/{evenementId}/terrains | Path does not match |
| 37 | planning_config | /planning/{evenementId}/config | Path does not match |
| 38 | planning_estimation | /planning/{evenementId}/estimation/{date} | Path does not match |
| 39 | planning_verifier_disponibilite | /planning/{evenementId}/verifier-disponibilite | Path does not match |
| 40 | planning_modifier_match | /planning/{evenementId}/modifier-match | Path does not match |
| 41 | planning_generer | /planning/{evenementId}/generer | Path does not match |
| 42 | planning_deplacer_matchs | /planning/{evenementId}/deplacer-matchs | Path does not match |
| 43 | planning_reorganiser_match | /planning/{evenementId}/reorganiser-match | Path does not match |
| 44 | planning_terrains_categories | /planning/{evenementId}/terrains-categories | Path does not match |
| 45 | planning_modifier | /planning/{evenementId}/modifier | Path does not match |
| 46 | planning_supprimer | /planning/{evenementId}/supprimer | Path does not match |
| 47 | planning_export | /planning/{evenementId}/export | Path does not match |
| 48 | planning_export_terrain | /planning/{evenementId}/export-terrain/{date} | Path does not match |
| 49 | planning_export_categorie | /planning/{evenementId}/export-categorie/{date} | Path does not match |
| 50 | planning_stats_jour | /planning/planning/stats-jour | Path does not match |
| 51 | planning_auto_generation | /planning/planning/{evenementId}/auto-generation | Path does not match |
| 52 | players_fr | /joueurs | Path does not match |
| 53 | player_fr | /joueur/{userId} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.