Routing
app_product_product
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "herramienta-electrica/hidrolimpiadoras/hidrolavadora-gasolina-hyundai-270" |
Route Matching Logs
Path to match:
/product/herramienta-electrica/hidrolimpiadoras/hidrolavadora-gasolina-hyundai-270
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_blog_home | / | Path does not match |
| 2 | app_blog_blog | /blog | Path does not match |
| 3 | app_blog_blog_1 | /blog/page/{numPage} | Path does not match |
| 4 | app_blog_page | /condiciones-de-venta | Path does not match |
| 5 | app_blog_post | /blog/{slug} | Path does not match |
| 6 | app_blog_search | /search/{search} | Path does not match |
| 7 | develop_block_test | /develop/block-test/{name} | Path does not match |
| 8 | develop_example_block_in_twig | /develop/example/block-in-twig | Path does not match |
| 9 | preview | /_preview/{taxonomy}/{id} | Path does not match |
| 10 | app_product_product | /product/{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.