Routing
catalogue_fiche
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "162" |
| type | "prodoeuvres" |
Route Matching Logs
Path to match:
/catalogue/fiche/162/prodoeuvres
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_account_login | /admin/login | Path does not match |
| 2 | formulaire_view | /admin/formulaire/{id}/{type} | Path does not match |
| 3 | admin_str_index | /admin/str | Path does not match |
| 4 | admin_str_action | /admin/action/{id} | Path does not match |
| 5 | admin_str_delete | /admin/str/delete/{id} | Path does not match |
| 6 | admin_str_search | /admin/str/search | Path does not match |
| 7 | catalogue_index | /catalogue | Path does not match |
| 8 | catalogue_fiche | /catalogue/fiche/{id}/{type} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.