Routing
formations.showone
Matched route
Route Parameters
Name | Value |
---|---|
id | "220" |
Route Matching Logs
Path to match:
/formations/formation/220
# | Route name | Path | Log |
---|---|---|---|
1 | accueil | / | Path does not match |
2 | cgu | /cgu | Path does not match |
3 | admin.categories.index | /admin/categories/ | Path does not match |
4 | admin.categories.edit | /admin/categories/{id}/edit | Path does not match |
5 | admin.categories.delete | /admin/categories/{id} | Path does not match |
6 | admin.index | /admin/ | Path does not match |
7 | admin.formation.index | /admin/formations/ | Path does not match |
8 | admin.formation.new | /admin/formations/new | Path does not match |
9 | admin.formation.edit | /admin/formations/{id}/edit | Path does not match |
10 | admin.formation.delete | /admin/formations/{id} | Path does not match |
11 | admin.mentors.index | /admin/mentors/ | Path does not match |
12 | admin.mentors.edit | /admin/mentors/{id}/edit | Path does not match |
13 | admin.mentors.new | /admin/mentors/new | Path does not match |
14 | admin.mentors.delete | /admin/mentors/{id} | Path does not match |
15 | admin.mentors.mail | /admin/mentors/mail/{contact} | Path does not match |
16 | admin.playlists.index | /admin/playlists/ | Path does not match |
17 | admin.playlists.new | /admin/playlists/new | Path does not match |
18 | admin.playlists.edit | /admin/playlists/{id}/edit | Path does not match |
19 | admin.playlists.delete | /admin/playlists/{id} | Path does not match |
20 | formations | /formations | Path does not match |
21 | formations.sort | /formations/tri/{champ}/{ordre}/{table} | Path does not match |
22 | admin.formations.sort | /admin/formations/tri/{champ}/{ordre}/{table} | Path does not match |
23 | formations.findallcontain | /formations/recherche/{champ}/{table} | Path does not match |
24 | admin.formations.findallcontain | /admin/formations/recherche/{champ}/{table} | Path does not match |
25 | formations.showone | /formations/formation/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.