Routing
frontoffice_products
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/products
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | configuration_change | /admin/configuration/{key} | Path does not match |
| 2 | configuration_country_index | /admin/configuration/country | Path does not match |
| 3 | configuration_currency_add | /admin/configuration/currency/add | Path does not match |
| 4 | configuration_currency_index | /admin/configuration/currency | Path does not match |
| 5 | configuration_supported_currency_search | /admin/configuration/supported-currency | Path does not match |
| 6 | configuration_currency_toggle_default | /admin/configuration/currency/{code}/toggle-is-default | Path does not match |
| 7 | configuration_currency_toggle_enabled | /admin/configuration/currency/{code}/toggle-is-enabled | Path does not match |
| 8 | admin_filters_parameter_edit | /admin/filters/parameter/{id}/edit | Path does not match |
| 9 | admin_filters_parameter_update | /admin/filters/parameter/{id}/edit | Path does not match |
| 10 | admin_filters_index | /admin/filters | Path does not match |
| 11 | admin_filters_parameter_delete | /admin/filters/parameter/{id}/delete | Path does not match |
| 12 | admin_filters_parameter_toggle_enabled | /admin/filters/parameter/{id}/toggle-is-enabled | Path does not match |
| 13 | admin_dashboard | /admin | Path does not match |
| 14 | frontoffice_product_add_to_cart | /product/{product}/add-to-cart | Path does not match |
| 15 | cart_step_one | /cart/step-one | Path does not match |
| 16 | cart_step_recapitulation | /cart/step-recapitulation | Path does not match |
| 17 | cart_step_two | /cart/step-two | Path does not match |
| 18 | frontoffice_homepage | / | Path does not match |
| 19 | my_account | /my-account | Path does not match |
| 20 | my_account_settings | /my-account/settings | Path does not match |
| 21 | order_thank_you | /order/thank-you/{orderNumber} | Path does not match |
| 22 | frontoffice_product_detail | /product/{product} | Path does not match |
| 23 | frontoffice_products | /products | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.