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_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 | acces_actions_update | /administration/acces/actions/update | Path does not match |
| 16 | acces_show | /administration/acces | Path does not match |
| 17 | acces_edit | /administration/acces/edit/{id} | Path does not match |
| 18 | utilisateur_edit | /administration/utilisateur/edit/{id} | Path does not match |
| 19 | mise_a_jour_comptes_inactifs_utilisateurs | /administration/utilisateurs/mise-a-jour-comptes-inactifs | Path does not match |
| 20 | utilisateurs_show | /administration/utilisateurs | Path does not match |
| 21 | commentaire_structure_add | /commentaire/{id} | Path does not match |
| 22 | commentaire_edit | /commentaire/{id}/edit | Path does not match |
| 23 | commentaire_structure_delete | /commentaire/{id}/delete | Path does not match |
| 24 | commentaire_pole_delete | /commentaire/{id}/delete | Path does not match |
| 25 | cpom_index | /cpom/ | Path does not match |
| 26 | cpom_new | /cpom/new | Path does not match |
| 27 | cpom_show | /cpom/{id} | Path does not match |
| 28 | cpom_edit | /cpom/{id}/edit | Path does not match |
| 29 | cpom_delete | /cpom/{id}/delete | Path does not match |
| 30 | cpom_list_structure | /cpom/{id}/listStructure | Path does not match |
| 31 | cpom_add_structure | /cpom/{id}/addStructure/{structure} | Path does not match |
| 32 | cpom_remove_structure | /cpom/{id}/removeStructure/{structure} | Path does not match |
| 33 | dashboard | / | Path does not match |
| 34 | directeur_index | /directeur/ | Path does not match |
| 35 | directeur_list_structure | /directeur/{id} | Path does not match |
| 36 | save_directeur_from_user_ldap | /directeur/save_directeur_from_user_ldap | Path does not match |
| 37 | documentation | /documentation | Path does not match |
| 38 | documentation_download | /documentation/download/{file} | Path does not match |
| 39 | instance_index | /instance/ | Path does not match |
| 40 | instance_new | /instance/new | Path does not match |
| 41 | instance_edit | /instance/{id}/edit | Path does not match |
| 42 | instance_show | /instance/{id} | Path does not match |
| 43 | instance_delete | /instance/{id}/delete | Path does not match |
| 44 | media_new | /media/new/{structure} | Path does not match |
| 45 | media_service_new | /media/create/{structure}/service/{service} | Path does not match |
| 46 | media_edit | /media/{id}/edit | Path does not match |
| 47 | media_service_edit | /mediaservice/{id}/edit | Path does not match |
| 48 | media_service_delete | /mediaservice/{id} | Path does not match |
| 49 | media_delete | /media/{id} | Path does not match |
| 50 | pole_index | /pole/ | Path does not match |
| 51 | pole_new | /pole/new | Path does not match |
| 52 | pole_show | /pole/{id} | Path does not match |
| 53 | pole_edit | /pole/{id}/edit | Path does not match |
| 54 | pole_delete | /pole/{id}/delete | Path does not match |
| 55 | pole_list_structure | /pole/{id}/listStructure | Path does not match |
| 56 | pole_add_structure | /pole/{id}/addStructure/{structure} | Path does not match |
| 57 | pole_remove_structure | /pole/{id}/removeStructure/{structure} | 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.