Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | 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 | club_information | /club/information | Path does not match |
14 | commission_information | /commission/information/{id} | Path does not match |
15 | commission_list | /commission/list | Path does not match |
16 | commission_add | /commission/add | Path does not match |
17 | commission_modify | /commission/modify/{id} | Path does not match |
18 | commission_remove_member | /commission/remove_member/{commissionId}/{memberId} | Path does not match |
19 | commission_add_member | /commission/add_member/{commissionId}/{memberId} | Path does not match |
20 | contact_information | /contact/information/{id} | Path does not match |
21 | contact_list | /contact/list | Path does not match |
22 | contact_add | /contact/add | Path does not match |
23 | contact_modify | /contact/modify/{id} | Path does not match |
24 | contribution_information | /contribution/information/{id} | Path does not match |
25 | contribution_by_member | /contribution/member/{id} | Path does not match |
26 | contribution_list | /contribution/list | Path does not match |
27 | contribution_add | /contribution/add | Path does not match |
28 | contribution_add_with_id | /contribution/add/{id} | Path does not match |
29 | contribution_modify | /contribution/modify/{id} | Path does not match |
30 | contribution_delete | /contribution/delete/{id} | Path does not match |
31 | extraction_ffessm | /extraction/extraction_ffessm.csv | Path does not match |
32 | extraction_ml_member | /extraction/extraction_ml_membres.csv | Path does not match |
33 | home | /home | Path does not match |
34 | main | / | Path does not match |
35 | member_my_information | /member/information | Path does not match |
36 | member_information | /member/information/{id} | Path does not match |
37 | member_list | /member/list | Path does not match |
38 | member_add | /member/add | Path does not match |
39 | member_self_modify | /member/modify | Path does not match |
40 | member_modify | /member/modify/{id} | Path does not match |
41 | member_modify_password | /member/modify_password | Path does not match |
42 | outing_information | /outing/information/{id} | Path does not match |
43 | outing_list | /outing/list | Path does not match |
44 | outing_add | /outing/add | Path does not match |
45 | outing_modify | /outing/modify/{id} | Path does not match |
46 | outing_remove_member | /outing/remove_member/{outingId}/{memberId} | Path does not match |
47 | outing_add_member | /outing/add_member/{outingId}/{memberId} | Path does not match |
48 | outing_open_registration | /outing/open_registration/{id} | Path does not match |
49 | outing_close_registration | /outing/close_registration/{id} | Path does not match |
50 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.