Routing
app_homepage
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | 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_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_admin_participant_list | /admin/participants/ | Path does not match |
14 | app_admin_participant_add | /admin/participants/add | Path does not match |
15 | app_admin_participant_edit | /admin/participants/edit/{id} | Path does not match |
16 | app_admin_participant_delete | /admin/participants/delete/{id} | Path does not match |
17 | app_admin_participant_toggle | /admin/participants/toggle/{id} | Path does not match |
18 | app_admin_vote_list | /admin/votes/ | Path does not match |
19 | app_admin_vote_add | /admin/votes/add | Path does not match |
20 | app_admin_vote_edit | /admin/votes/edit/{id} | Path does not match |
21 | app_admin_vote_delete | /admin/votes/delete/{id} | Path does not match |
22 | app_admin_vote_toggle | /admin/votes/toggle/{id} | Path does not match |
23 | app_admin_config_slider_page | /admin/config/slider/{page} | Path does not match |
24 | app_admin_config_slider_delete_page | /admin/config/slider/{id}/delete/{page} | Path does not match |
25 | app_admin_config_mail | /admin/config/mail | Path does not match |
26 | app_admin_config_mail_delete | /admin/config/mail/delete/{id} | Path does not match |
27 | app_card | /card/{id} | Path does not match |
28 | app_admin_cards | /admin/cards | Path does not match |
29 | app_admin_add_cards | /admin/add/cards | Path does not match |
30 | app_admin_edit_cards | /admin/edit/cards/{id} | Path does not match |
31 | app_admin_validate_cards | /admin/validate/cards/{id} | Path does not match |
32 | app_admin_validate_cards_action | /admin/validate/{id} | Path does not match |
33 | app_admin_publish_cards | /admin/publish/cards/{id} | Path does not match |
34 | app_admin_delete_card | /admin/delete/{id} | Path does not match |
35 | app_admin_species | /admin/species | Path does not match |
36 | app_admin_species_delete | /admin/species/{id}/delete | Path does not match |
37 | app_admin_kinds | /admin/kinds | Path does not match |
38 | app_admin_kinds_delete | /admin/kinds/{id}/delete | Path does not match |
39 | app_admin_contact_show | /contact/{id} | Path does not match |
40 | app_admin_contact_delete | /contact/delete/{id} | Path does not match |
41 | app_admin_demarches_type | /admin/demarches/{type} | Path does not match |
42 | app_admin_demarches_add | /admin/demarches/add/{type} | Path does not match |
43 | app_admin_demarches_edit | /admin/demarches/edit/{id} | Path does not match |
44 | app_admin_demarches_delete | /admin/demarches/delete/{id} | Path does not match |
45 | app_homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.