Routing
app_blog_post
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "de" |
| slug | "wie-man-die-besten-angebote-findet" |
Route Matching Logs
Path to match:
/blog/wie-man-die-besten-angebote-findet
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_api_v1debug.de | /api/v1/debug | Path does not match |
| 2 | app_api_v1debug.en | /en/api/v1/debug | Path does not match |
| 3 | app_api_v1app_api_v1_api_allcategories.de | /api/v1/allCategories | Path does not match |
| 4 | app_api_v1app_api_v1_api_allcategories.en | /en/api/v1/allCategories | Path does not match |
| 5 | app_api_v1app_api_v1_api_category.de | /api/v1/category | Path does not match |
| 6 | app_api_v1app_api_v1_api_category.en | /en/api/v1/category | Path does not match |
| 7 | app_api_v1app_api_v1_api_product.de | /api/v1/product | Path does not match |
| 8 | app_api_v1app_api_v1_api_product.en | /en/api/v1/product | Path does not match |
| 9 | app_api_v1app_api_v1_api_productnewest.de | /api/v1/product/newest | Path does not match |
| 10 | app_api_v1app_api_v1_api_productnewest.en | /en/api/v1/product/newest | Path does not match |
| 11 | app_api_v1app_api_v1_api_productspecialoffer.de | /api/v1/product/specialoffer | Path does not match |
| 12 | app_api_v1app_api_v1_api_productspecialoffer.en | /en/api/v1/product/specialoffer | Path does not match |
| 13 | app_api_v1_newslettersignup.de | /api/v1/newsletter/signup | Path does not match |
| 14 | app_api_v1_newslettersignup.en | /en/api/v1/newsletter/signup | Path does not match |
| 15 | app_backend_index.de | /backend/ | Path does not match |
| 16 | app_backend_index.en | /en/backend/ | Path does not match |
| 17 | app_backend_blog_index.de | /backend/blog/ | Path does not match |
| 18 | app_backend_blog_index.en | /en/backend/blog/ | Path does not match |
| 19 | app_backend_blog_new.de | /backend/blog/new | Path does not match |
| 20 | app_backend_blog_new.en | /en/backend/blog/new | Path does not match |
| 21 | app_backend_machine_index.de | /backend/machine/ | Path does not match |
| 22 | app_backend_machine_index.en | /en/backend/machine/ | Path does not match |
| 23 | app_backend_machine_toggle_hightlight.de | /backend/machine/toggle-highlight | Path does not match |
| 24 | app_backend_machine_toggle_hightlight.en | /en/backend/machine/toggle-highlight | Path does not match |
| 25 | app_backend_newsletter_index.de | /backend/newsletter/ | Path does not match |
| 26 | app_backend_newsletter_index.en | /en/backend/newsletter/ | Path does not match |
| 27 | app_backend_security_login.de | /backend/login | Path does not match |
| 28 | app_backend_security_login.en | /en/backend/login | Path does not match |
| 29 | app_backend_security_logout.de | /backend/logout | Path does not match |
| 30 | app_backend_security_logout.en | /en/backend/logout | Path does not match |
| 31 | app_blog_overview.de | /blog/ | Path does not match |
| 32 | app_blog_overview.en | /en/blog/ | Path does not match |
| 33 | app_blog_post.de | /blog/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.