Routing
app_candidat_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "1082" |
Route Redirection
This page redirects to:
/module/
Route Matching Logs
Path to match:
/candidat/1082/edit
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_advance_payment_index | /advance-payment/ | Path does not match |
| 2 | app_advance_payment_new | /advance-payment/new | Path does not match |
| 3 | app_advance_payment_edit | /advance-payment/{id}/edit | Path does not match |
| 4 | app_advance_payment_delete | /advance-payment/{id} | Path does not match |
| 5 | app_advance_payment_print | /advance-payment/{id}/print | Path does not match |
| 6 | app_candidat_index | /candidat/ | Path does not match |
| 7 | app_candidat_new | /candidat/new | Path does not match |
| 8 | app_candidat_show | /candidat/{id} | Path does not match |
| 9 | app_candidat_edit | /candidat/{id}/edit | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.