Routing
menu
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "nl" |
Route Matching Logs
Path to match:
/menu
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | games_add_player.nl | /pouleplanner/add_player/{poule_id}/{game_id} | Path does not match |
| 2 | games_add_player.en | /en/pouleplanner/add_player/{poule_id}/{game_id} | Path does not match |
| 3 | games_remove_player.nl | /pouleplanner/remove_player/{poule_id}/{game_id} | Path does not match |
| 4 | games_remove_player.en | /en/pouleplanner/remove_player/{poule_id}/{game_id} | Path does not match |
| 5 | games_change_players.nl | /pouleplanner/change_players/{poule_id} | Path does not match |
| 6 | games_change_players.en | /en/pouleplanner/change_players/{poule_id} | Path does not match |
| 7 | games_create_scheme.nl | /pouleplanner/create_scheme/{game_id} | Path does not match |
| 8 | games_create_scheme.en | /en/pouleplanner/create_scheme/{game_id} | Path does not match |
| 9 | games_show_scheme.nl | /pouleplanner/show_scheme/{game_id} | Path does not match |
| 10 | games_show_scheme.en | /en/pouleplanner/show_scheme/{game_id} | Path does not match |
| 11 | games_save_scheme.nl | /pouleplanner/save_scheme/{game_id} | Path does not match |
| 12 | games_save_scheme.en | /en/pouleplanner/save_scheme/{game_id} | Path does not match |
| 13 | menu.nl | /menu | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.