Routing
app_articles_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "3" |
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/articles/3/edit
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_articles_index | /articles/liste/{page} | Path does not match |
| 2 | app_articles_new | /articles/new | Path does not match |
| 3 | app_articles_show | /articles/{id} | Path does not match |
| 4 | app_articles_edit | /articles/{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.