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_xdebug | /_profiler/xdebug | Path does not match |
8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
9 | _profiler_open_file | /_profiler/open | Path does not match |
10 | _profiler | /_profiler/{token} | Path does not match |
11 | _profiler_router | /_profiler/{token}/router | Path does not match |
12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
14 | app_courses_inter | /coursesInter | Path does not match |
15 | app_courses_manage | /courses/courseManagement/{type}/{idFormation} | Path does not match |
16 | app_trainee_formation_delete | /courses/deleteTrainee/{idFormation}/{idTrainee} | Path does not match |
17 | app_trainee_send_conv | /courses/sendConvocation/{idFormation}/{idTrainee} | Path does not match |
18 | app_allTrainees_send_conv | /courses/sendConvocation/{idFormation} | Path does not match |
19 | app_affect_trainee | /courses/affectTrainee | Path does not match |
20 | app_trainee_see_conv | /courses/seeConvocation/{idFormation}/{idTrainee} | Path does not match |
21 | app_delete_formation | /formation/delete/{id} | Path does not match |
22 | app_trainee_see_conv_recap | /courses/seeConvocationRecap/{idFormation} | Path does not match |
23 | app_trainee_see_conv_client | /courses/seeConvocationClient/{idFormation} | Path does not match |
24 | app_upload_trainee | /courses/uploadTraineeFromFile/{idFormation} | Path does not match |
25 | app_add_customers | /courses/customerToformation | Path does not match |
26 | app_teacher_send_alert | /courses/sendAlertTeacher/{idFormation} | Path does not match |
27 | app_teacher_send_email_alert | /courses/sendEmailAlertTeacher/{idFormation} | Path does not match |
28 | app_see_historic | /courses/seeHistoric/{formationId} | Path does not match |
29 | app_trainee_see_attestation | /courses/seeAttestationTrainee/{idFormation}/{idTrainee} | Path does not match |
30 | app_trainee_see_certif | /courses/seeCertifTrainee/{idFormation}/{idTrainee} | Path does not match |
31 | app_trainee_add_info | /courses/addTraineeInfo/{idFormation}/{idTrainee} | Path does not match |
32 | app_trainee_send_certif_attestaion | /courses/sendCertifAttestationToTrainee/{idFormation}/{idTrainee} | Path does not match |
33 | app_download_certif_attestation | /downloadCertifAttestationByFormation/{idFormation} | Path does not match |
34 | app_update_time | /courses/updateTimeFormation/{id}/{formationId} | Path does not match |
35 | app_download_certif_tr | /downloadCertifByFormationTr/{idFormation}/{idTrainee} | Path does not match |
36 | app_download_attestation_tr | /downloadAttestationByFormationTr/{idFormation}/{idTrainee} | Path does not match |
37 | app_add_one_customers | /courses/addOneCustomerToformation | Path does not match |
38 | app_customer_formation_delete | /courses/deleteTCustomerFromFormation/{idFormation}/{idCustomer} | Path does not match |
39 | app_update_link_drive | /courses/app_update_link_drive/{formationId} | Path does not match |
40 | app_customer | /customer | Path does not match |
41 | app_customer_add | /customer/add/{idFormation}/{referer} | Path does not match |
42 | app_customer_edit | /customer/edit/{id}/{idFormation} | Path does not match |
43 | app_delete_customer | /customer/delete/{id} | Path does not match |
44 | app_customer_course | /customerCourse | Path does not match |
45 | app_customer_formation | /customerFormation/{customerId} | Path does not match |
46 | app_send_eval_chaud | /sendEvalChaud | Path does not match |
47 | app_send_eval_froid | /sendEvalFroid | Path does not match |
48 | app_delete_customer_from_formation | /customer/deleteFromFormation/{id} | Path does not match |
49 | app_financier | /financier | Path does not match |
50 | app_financier_add | /financier/add | Path does not match |
51 | app_financier_edit | /financier/edit/{id} | Path does not match |
52 | app_delete_financier | /financier/delete/{id} | Path does not match |
53 | app_home | / | Path does not match |
54 | app_link | /link | Path does not match |
55 | app_add_link | /link/add | Path does not match |
56 | app_edit_link | /link/edit/{id} | Path does not match |
57 | app_delete_link | /link/delete/{id} | Path does not match |
58 | 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.