Routing
app_adherent_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "43" |
Route Matching Logs
Path to match:
/user/adherent/43
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_adherent_index | /user/adherent/Admin/ | Path does not match |
| 2 | app_adherent_indexAdherent | /user/adherent/Admin/adType | Path does not match |
| 3 | app_adherent_new | /user/adherent/Admin/new | Path does not match |
| 4 | app_adherent_edit | /user/adherent/Admin/{id}/edit | Path does not match |
| 5 | app_adherent_show | /user/adherent/{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.