Routing
app_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Matching Logs
Path to match:
/en/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | qr_code_generate | /qr-code/{builder}/{data} | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | 2fa_login | /{_locale}/2fa | Path does not match |
| 4 | 2fa_login_check | /{_locale}/2fa_check | Path does not match |
| 5 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 6 | _wdt | /_wdt/{token} | Path does not match |
| 7 | _profiler_home | /_profiler/ | Path does not match |
| 8 | _profiler_search | /_profiler/search | Path does not match |
| 9 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 10 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 11 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 12 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 13 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 14 | _profiler_open_file | /_profiler/open | Path does not match |
| 15 | _profiler | /_profiler/{token} | Path does not match |
| 16 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 17 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 18 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 19 | app_answer_index | /{_locale}/question/{questionId}/answers | Path does not match |
| 20 | app_answer_new | /{_locale}/answer/new | Path does not match |
| 21 | app_answer_edit | /{_locale}/answer/{id} | Path does not match |
| 22 | app_answer_delete | /{_locale}/answer/{id}/delete | Path does not match |
| 23 | app_company_index | /{_locale}/company | Path does not match |
| 24 | app_company_new | /{_locale}/company/new | Path does not match |
| 25 | app_company_edit | /{_locale}/company/{id} | Path does not match |
| 26 | app_company_delete | /{_locale}/company/{id}/delete | Path does not match |
| 27 | app_company_register | /{_locale}/register/company | Path does not match |
| 28 | app_employees_index | /{_locale}/company/{companyId}/employee | Path does not match |
| 29 | app_employee_new | /{_locale}/employee/new | Path does not match |
| 30 | app_employee_edit | /{_locale}/employee/{id} | Path does not match |
| 31 | app_employee_delete | /{_locale}/employee/{id}/delete | Path does not match |
| 32 | disable_employee_2fa | /{_locale}/employee/{id}/2fa/disable | Path does not match |
| 33 | app_formation_catalogue | /{_locale}/catalogue | Path does not match |
| 34 | app_employee_questionnaire_selected | /{_locale}/employeeQuestionnaire | Path does not match |
| 35 | app_employee_questionnaire_read | /{_locale}/employeeQuestionnaire/{id}/read | Path does not match |
| 36 | app_save_progress | /{_locale}/employeeQuestionnaire/{id}/save_progress | Path does not match |
| 37 | app_employee_questionnaire_questionnaire | /{_locale}/employeeQuestionnaire/{id}/questionnaire | Path does not match |
| 38 | app_save_questionnaire_progress | /{_locale}/employeeQuestionnaire/{id}/save | Path does not match |
| 39 | app_save_correct_questionnaire | /{_locale}/employeeQuestionnaire/{id}/correction | Path does not match |
| 40 | app_employeeQuestionnaire_questionnaire_success | /{_locale}/employeeQuestionnaire/{id}/attestation | Path does not match |
| 41 | app_formation_retry | /{_locale}/employeeQuestionnaire/{id}/retry | Path does not match |
| 42 | app_formation_display_pdf | /{_locale}/pdf/{id}/display | Path does not match |
| 43 | app_formation_index | /{_locale}/formation | Path does not match |
| 44 | app_formation_new | /{_locale}/formation/new | Path does not match |
| 45 | app_formation_edit | /{_locale}/formation/{id} | Path does not match |
| 46 | app_formation_delete | /{_locale}/formation/{id}/delete | Path does not match |
| 47 | app_formation_upload_pdf | /{_locale}/formation/{id}/upload | Path does not match |
| 48 | app_formation_type_index | /{_locale}/formationtype | Path does not match |
| 49 | app_formation_type_new | /{_locale}/formationtype/new | Path does not match |
| 50 | app_formation_type_edit | /{_locale}/formationtype/{id} | Path does not match |
| 51 | app_formation_type_delete | /{_locale}/formationtype/{id}/delete | Path does not match |
| 52 | app_home | /{_locale}/home | Path does not match |
| 53 | app_home_company | /{_locale}/home/{id} | Path does not match |
| 54 | app_load_table_dashboard | /_loadTableDashboard | Path does not match |
| 55 | app_export_excel | /{_locale}/home/{company}/export | Path does not match |
| 56 | linkedin_authorize | /linkedin/authorize | Path does not match |
| 57 | linkedin_post_certification | /linkedin/post-certification | Path does not match |
| 58 | linkedin_callback | /linkedin/callback | Path does not match |
| 59 | app_login_indexnolocale | / | Path does not match |
| 60 | app_login | /{_locale}/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.