Routing
preset_create
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login?access-denied-from=/preset/create
(route: "n/a")
Route Matching Logs
Path to match:
/preset/create
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | group_list | /group/list | Path does not match |
| 2 | group_edit | /group/edit/{id} | Path does not match |
| 3 | group_create | /group/create | Path does not match |
| 4 | group_delete | /group/delete/{id} | Path does not match |
| 5 | app_index | / | Path does not match |
| 6 | news_list | /news/list | Path does not match |
| 7 | news_edit | /news/edit/{id} | Path does not match |
| 8 | news_create | /news/create | Path does not match |
| 9 | news_delete | /news/delete/{id} | Path does not match |
| 10 | pictogram_list | /pictogram/list | Path does not match |
| 11 | pictogram_list_data | /pictogram/list/data | Path does not match |
| 12 | pictogram_delete | /pictogram/delete/{id} | Path does not match |
| 13 | pictogram_toggle_explicit | /pictogram/toggle-explicit/{id} | Path does not match |
| 14 | preset_list | /preset/list | Path does not match |
| 15 | preset_edit | /preset/edit/{id} | Path does not match |
| 16 | preset_create | /preset/create | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.