Routing
app_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
Route Matching Logs
Path to match:
/fr/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_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | / | Path does not match | |
| 16 | image_show | /image_show/{info}/{id}/{image} | Path does not match |
| 17 | image_interne | /image_interne/{info}/{id}/{image} | Path does not match |
| 18 | image_rapport_intervention | /image_rapport_intervention/{info}/{id}/{image} | Path does not match |
| 19 | app_register | /{_locale}/register | Path does not match |
| 20 | app_verify_email | /{_locale}/verify/email | Path does not match |
| 21 | app_forgot_password_request | /{_locale}/reset | Path does not match |
| 22 | app_reset_password | /{_locale}/reset/{token} | Path does not match |
| 23 | qr_code_generate | /qr-code/{builder}/{data} | Path does not match |
| 24 | liste_utilisateurs | /{_locale}/administration/utilisateurs | Path does not match |
| 25 | ajouter_utilisateur | /{_locale}/administration/utilisateurs/ajouter-utilisateurs | Path does not match |
| 26 | modifier_utilisateur | /{_locale}/administration/utilisateurs/modifier-utilisateur/{id} | Path does not match |
| 27 | monCompte | /{_locale}/administration/mon_compte | Path does not match |
| 28 | liste_services | /{_locale}/administration/services | Path does not match |
| 29 | modifier_service | /{_locale}/administration/modifier-service/{id} | Path does not match |
| 30 | liste_sous_services | /{_locale}/administration/sousService | Path does not match |
| 31 | liste_etats | /{_locale}/administration/etat | Path does not match |
| 32 | liste_priorites | /{_locale}/administration/priorite | Path does not match |
| 33 | liste_files | /{_locale}/administration/files | Path does not match |
| 34 | modifier_file | /{_locale}/administration/files/modifier-file/{id} | Path does not match |
| 35 | liste_relations | /{_locale}/administration/relation | Path does not match |
| 36 | parametre | /{_locale}/administration/parametre | Path does not match |
| 37 | creation_ticket | /{_locale}/administration/creation_tickets | Path does not match |
| 38 | liste_tickets | /{_locale}/administration/liste_tickets | Path does not match |
| 39 | liste_tickets_opportunite | /{_locale}/administration/liste_tickets_opportunite | Path does not match |
| 40 | informations_ticket | /{_locale}/administration/ticket/{id} | Path does not match |
| 41 | rechercher_dans_ticket | /{_locale}/administration/recherche_ticket | Path does not match |
| 42 | rechercher_dans_gestion_stock | /{_locale}/administration/recherche_gestion_stock | Path does not match |
| 43 | lister_inventaires | /{_locale}/administration/inventaires | Path does not match |
| 44 | saisie_inventaire | /{_locale}/administration/inventaire | Path does not match |
| 45 | ajaxChargerLigneInventaire | /{_locale}/charger_ligne_inventaire | Path does not match |
| 46 | ajaxModifierLigneInventaire | /{_locale}/modifier_ligne_inventaire | Path does not match |
| 47 | ajaxAjouterLigneInventaire | /{_locale}/ajouter_ligne_inventaire | Path does not match |
| 48 | ajaxValiderInventaire | /{_locale}/valider_inventaire | Path does not match |
| 49 | liste_entreprises | /{_locale}/administration/entreprises | Path does not match |
| 50 | ajouter_entreprise | /{_locale}/administration/ajouter-entreprise | Path does not match |
| 51 | modifier_entreprise | /{_locale}/administration/modifier-entreprise/{id} | Path does not match |
| 52 | ajouter_superviseur | /{_locale}/administration/modifier-entreprise/{idEntreprise}/ajouter-superviseur | Path does not match |
| 53 | liste_clients | /{_locale}/administration/clients | Path does not match |
| 54 | ajouter_client | /{_locale}/administration/modifier-entreprise/{id}/ajouter-clients | Path does not match |
| 55 | modifier_client | /{_locale}/administration/modifier-entreprise/{idEntreprise}/modifier-clients/{idClient} | Path does not match |
| 56 | autoclient | /{_locale}/autocomplete | Path does not match |
| 57 | enregistrerFiltre | /{_locale}/enregistrerFiltre | Path does not match |
| 58 | supprimerFiltre | /{_locale}/supprimerFiltre | Path does not match |
| 59 | chargerFiltre | /{_locale}/chargerFiltre | Path does not match |
| 60 | chargerTicket | /{_locale}/chargerTicket | Path does not match |
| 61 | reponse | /{_locale}/reponse | Path does not match |
| 62 | upload_document | /upload-document | Path does not match |
| 63 | upload_demande_interne | /upload-demande-interne | Path does not match |
| 64 | upload_rapport_intervention | /upload-rapport-intervention | Path does not match |
| 65 | remove_document | /remove-document | Path does not match |
| 66 | remove_demande_interne | /remove-demande-interne | Path does not match |
| 67 | remove_rapport_intervention | /remove-rapport-intervention | Path does not match |
| 68 | app_check_email | /{_locale}/check-email | Path does not match |
| 69 | redirct | /{_locale} | Path does not match |
| 70 | 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.