Routing
app_homepage
Matched route
45
Tested routes before match
Route Parameters
Name | Value |
---|---|
_locale | "fr" |
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | _twig_error_test | /_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_search_results | /_profiler/{token}/search/results | Path does not match |
8 | _profiler_open_file | /_profiler/open | Path does not match |
9 | _profiler | /_profiler/{token} | Path does not match |
10 | _profiler_router | /_profiler/{token}/router | Path does not match |
11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
13 | app_clan.fr | /clan | Path does not match |
14 | app_clan.en | /clan | Path does not match |
15 | app_clan_new.fr | /clan/creer-un-clan | Path does not match |
16 | app_clan_new.en | /clan/created-a-clan | Path does not match |
17 | app_clan_edit.fr | /clan/modifier-mon-clan/{id} | Path does not match |
18 | app_clan_edit.en | /clan/edit-my-clan/{id} | Path does not match |
19 | app_clan_exit.fr | /clan | Path does not match |
20 | app_clan_exit.en | /clan | Path does not match |
21 | app_clan_delete.fr | /clan | Path does not match |
22 | app_clan_delete.en | /clan | Path does not match |
23 | app_clan_apply.fr | /clan/{id} | Path does not match |
24 | app_clan_apply.en | /clan/{id} | Path does not match |
25 | app_clan_accept_apply.fr | /clan/membre/{id} | Path does not match |
26 | app_clan_accept_apply.en | /clan/member/{id} | Path does not match |
27 | app_clan_banish_member.fr | /clan/membre/{id} | Path does not match |
28 | app_clan_banish_member.en | /clan/member/{id} | Path does not match |
29 | app_clan_top.fr | /top-clan | Path does not match |
30 | app_clan_top.en | /top-clan | Path does not match |
31 | app_clan_all.fr | /tout-les-clans | Path does not match |
32 | app_clan_all.en | /all-clans | Path does not match |
33 | app_credit.fr | /plus-de-parties | Path does not match |
34 | app_credit.en | /more-tickets | Path does not match |
35 | app_game_show.fr | /jeu/{id} | Path does not match |
36 | app_game_show.en | /game/{id} | Path does not match |
37 | app_game_play.fr | /jeu/{id}/jouer | Path does not match |
38 | app_game_play.en | /game/{id}/play | Path does not match |
39 | app_my_account.fr | /mon-compte | Path does not match |
40 | app_my_account.en | /my-account | Path does not match |
41 | app_my_order.fr | /mes-commandes | Path does not match |
42 | app_my_order.en | /my-orders | Path does not match |
43 | app_my_credit.fr | /mes-codes | Path does not match |
44 | app_my_credit.en | /my-codes | Path does not match |
45 | app_homepage.fr | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.