Routing
job_offers
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "37" |
Route Matching Logs
Path to match:
/recrutement/37
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | tableau-de-bord-presse | /extranet/tableau-de-bord-presse/ | Path does not match |
| 2 | home | / | Path does not match |
| 3 | kit-de-communication-generique | /extranet/kit-de-communication/supports-de-communication-generiques | Path does not match |
| 4 | kit-de-communication-moment | /extranet/kit-de-communication/supports-de-communication-du-moment/{year}/{month} | Path does not match |
| 5 | actualites | /actualites/{page} | Path does not match |
| 6 | candidature | /candidature | Path does not match |
| 7 | homeExtranet | / | Path does not match |
| 8 | personal_data_extranet | /extranet/donnees-personnelles | Path does not match |
| 9 | kit-de-communication | /extranet/kit-de-communication/ | Path does not match |
| 10 | actualites_show | /actualites/{slug} | Path does not match |
| 11 | personal_data | /donnees-personnelles | Path does not match |
| 12 | legal | /mentions_legales | Path does not match |
| 13 | cookie_consent | /acceptation_cookie/{cookie} | Path does not match |
| 14 | contact | /contact | Path does not match |
| 15 | actualities | /actualities/{slug} | Path does not match |
| 16 | jobs | /jobs/{slug} | Path does not match |
| 17 | job_offers | /recrutement/{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.