Routing
admin_article_publish
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "13" |
Route Redirection
This page redirects to:
/admin/articles
(route: "n/a")
Route Matching Logs
Path to match:
/admin/articles/13/publish
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_articles | /admin/articles | Path does not match |
| 2 | admin_article_new | /admin/articles/new | Path does not match |
| 3 | admin_article_edit | /admin/articles/{id}/edit | Path does not match |
| 4 | admin_article_publish | /admin/articles/{id}/publish | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.