Routing
app_blog_list
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "cs" |
Route Matching Logs
Path to match:
/cs/blog
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_navigation_list | /admin/navigation | Path does not match |
| 2 | admin_navigation_add | /admin/navigation/add | Path does not match |
| 3 | admin_navigation_edit | /admin/navigation/{id}/edit | Path does not match |
| 4 | admin_navigation_delete | /admin/navigation/{id}/delete | Path does not match |
| 5 | admin_page_list | /admin/page | Path does not match |
| 6 | admin_page_add | /admin/page/add | Path does not match |
| 7 | admin_page_edit | /admin/page/{id}/edit | Path does not match |
| 8 | admin_page_delete | /admin/page/{id}/delete | Path does not match |
| 9 | shop_page_detail | /{_locale}/stranka/{slug} | Path does not match |
| 10 | app_home | /{_locale} | Path does not match |
| 11 | app_doctors | /{_locale}/lekari | Path does not match |
| 12 | app_doctor_detail | /{_locale}/lekari/{slug} | Path does not match |
| 13 | app_user_login | /login | Path does not match |
| 14 | app_user_logout | /logout | Path does not match |
| 15 | app_principles_personal_data_processing | /{_locale}/zasady-zpracovani-udaju | Path does not match |
| 16 | app_blog_list | /{_locale}/blog | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.