Routing
page_offre_details
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "2" |
Route Matching Logs
Path to match:
/details/offre/2
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | page_contact | /contact | Path does not match |
| 2 | page_offre | /offres | Path does not match |
| 3 | page_offre_details | /details/offre/{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.