Routing
frontoffice_static_page
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| publicId | "500" |
| slug | "delivery-and-payment" |
Route Matching Logs
Path to match:
/en/page/500-delivery-and-payment
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | frontoffice_static_page | /{_locale}/page/{publicId}-{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.