Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | contact | /contact | Path does not match |
| 3 | country_index | /country/all.{_format} | Path does not match |
| 4 | country_new | /country/new | Path does not match |
| 5 | country_show | /country/{id} | Path does not match |
| 6 | country_edit | /country/{id}/edit | Path does not match |
| 7 | country_delete | /country/delete/{id} | Path does not match |
| 8 | accueil | / | Path does not match |
| 9 | doctrinemigrationversions_index | /doctrinemigrationversions/all.{_format} | Path does not match |
| 10 | doctrinemigrationversions_new | /doctrinemigrationversions/new | Path does not match |
| 11 | doctrinemigrationversions_show | /doctrinemigrationversions/{id} | Path does not match |
| 12 | doctrinemigrationversions_edit | /doctrinemigrationversions/{id}/edit | Path does not match |
| 13 | doctrinemigrationversions_delete | /doctrinemigrationversions/delete/{id} | Path does not match |
| 14 | expertareaspecie_new | /expertareaspecie/new/{idExpert} | Path does not match |
| 15 | expert_index | /expert/all.{_format} | Path does not match |
| 16 | expert_not_registered | /expert/notRegistered.{_format} | Path does not match |
| 17 | expert_export | /expert/export/{registered} | Path does not match |
| 18 | expert_show | /expert/{id} | Path does not match |
| 19 | expert_generalskillnew | /expert/generalSkill/{id} | Path does not match |
| 20 | expert_edit | /expert/{userId}/edit | Path does not match |
| 21 | expertisetype_index | /expertisetype/all.{_format} | Path does not match |
| 22 | expertisetype_new | /expertisetype/new | Path does not match |
| 23 | expertisetype_show | /expertisetype/{id} | Path does not match |
| 24 | expertisetype_edit | /expertisetype/{id}/edit | Path does not match |
| 25 | expertisetype_delete | /expertisetype/delete/{id} | Path does not match |
| 26 | generalskill_index | /generalskill/all.{_format} | Path does not match |
| 27 | generalskill_new | /generalskill/new | Path does not match |
| 28 | generalskill_show | /generalskill/{id} | Path does not match |
| 29 | generalskill_edit | /generalskill/{id}/edit | Path does not match |
| 30 | generalskill_delete | /generalskill/delete/{id} | Path does not match |
| 31 | messengermessages_index | /messengermessages/all.{_format} | Path does not match |
| 32 | messengermessages_new | /messengermessages/new | Path does not match |
| 33 | messengermessages_show | /messengermessages/{id} | Path does not match |
| 34 | messengermessages_edit | /messengermessages/{id}/edit | Path does not match |
| 35 | messengermessages_delete | /messengermessages/delete/{id} | Path does not match |
| 36 | organism_index | /organism/all.{_format} | Path does not match |
| 37 | organism_new | /organism/new | Path does not match |
| 38 | organism_show | /organism/{id} | Path does not match |
| 39 | organism_edit | /organism/{id}/edit | Path does not match |
| 40 | organism_delete | /organism/delete/{id} | Path does not match |
| 41 | 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.