Routing
actualite_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "250" |
Route Matching Logs
Path to match:
/actualite/250
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | accessibilite | /accessibilite | Path does not match |
| 2 | actualites | /actualites | Path does not match |
| 3 | actualites_archives | /actualites/archives | Path does not match |
| 4 | actualite_show | /actualite/{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.