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_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | apprenant_index | /apprenants | Path does not match |
| 17 | apprenant_ajout | /apprenants/ajout | Path does not match |
| 18 | apprenant_detail | /apprenants/{id} | Path does not match |
| 19 | apprenant_compte_reset_password | /apprenants/compte/{id}/reset | Path does not match |
| 20 | apprenant_supprimer | /apprenants/{id}/supprimer | Path does not match |
| 21 | centre-partenaire_index | /centre-partenaire | Path does not match |
| 22 | centre-partenaire_ajout | /centre-partenaire/ajout | Path does not match |
| 23 | centre-partenaire_detail | /centre-partenaire/{id} | Path does not match |
| 24 | centre-partenaire_contact_supprimer | /centre-partenaire/contact/{id}/supprimer | Path does not match |
| 25 | centre-partenaire_lieu-formation_supprimer | /centre-partenaire/lieu-formation/{id}/supprimer | Path does not match |
| 26 | centre-partenaire_supprimer | /centre-partenaire/{id}/supprimer | Path does not match |
| 27 | client_index | /client | Path does not match |
| 28 | client_ajout | /client/ajout | Path does not match |
| 29 | client_detail | /client/{id} | Path does not match |
| 30 | client_compte_reset_password | /client/compte/{id}/reset | Path does not match |
| 31 | client_document_supprimer | /clientdocument/{id}/delete | Path does not match |
| 32 | client_contact_supprimer | /client/contact/{id}/supprimer | Path does not match |
| 33 | client_ajax_opcoContact | /client/ajax/opcoContact/{id} | Path does not match |
| 34 | client_adresse_supprimer | /client/adresse/{id}/supprimer | Path does not match |
| 35 | client_tarifLogiciel_supprimer | /client/tarifLogiciel/{id}/supprimer | Path does not match |
| 36 | client_archive | /client/{id}/archive | Path does not match |
| 37 | client_supprimer | /client/{id}/supprimer | Path does not match |
| 38 | formateur_index | /formateurs | Path does not match |
| 39 | formateur_archive | /formateurs/{id}/archive | Path does not match |
| 40 | formateur_ajout | /formateurs/ajout | Path does not match |
| 41 | formateur_detail | /formateurs/{id} | Path does not match |
| 42 | formateur_compte_reset_password | /formateurs/compte/{id}/reset | Path does not match |
| 43 | formateur_document_supprimer | /formateursdocument/{id}/delete | Path does not match |
| 44 | formateur_formateur_indispo_json | /formateurs/{id}/indisponibilites/json | Path does not match |
| 45 | formateur_formateur_indispo_toggle | /formateurs/{id}/indisponibilites/toggle | Path does not match |
| 46 | formateur_tarifLogiciel_supprimer | /formateurs/tarifLogiciel/{id}/supprimer | Path does not match |
| 47 | formateur_supprimer | /formateurs/{id}/supprimer | Path does not match |
| 48 | logiciel_index | /logiciels | Path does not match |
| 49 | logiciel_ajout | /logiciels/ajout | Path does not match |
| 50 | logiciel_domaine_ajout | /logiciels/domaine_ajout | Path does not match |
| 51 | logiciel_niveau_ajout | /logiciels/niveau_ajout | Path does not match |
| 52 | logiciel_version_ajout | /logiciels/version_ajout | Path does not match |
| 53 | logiciel_detail | /logiciels/{id} | Path does not match |
| 54 | logiciel_delete | /logiciels/{id}/delete | Path does not match |
| 55 | logiciel_document_supprimer | /logicielsdocument/{id}/delete | Path does not match |
| 56 | 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.