Routing
app_blog_detail
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "cs" |
| categorySlug | "obecne" |
| id | "35" |
| slug | "elektrokola-bulls-patri-ke-svetove-spicce" |
Route Matching Logs
Path to match:
/aktuality/35/obecne/elektrokola-bulls-patri-ke-svetove-spicce
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | admin_upload | /admin/upload-file | Path does not match |
| 17 | api_add_obligatory | /update/obligatory/{id} | Path does not match |
| 18 | api_delete_obligatory | /update/obligatory-delete | Path does not match |
| 19 | api_add_iframe_obligatory | /update/iframe/obligatory/{id} | Path does not match |
| 20 | api_delete_iframe_obligatory | /update/iframe/obligatory-delete | Path does not match |
| 21 | api_add_serial_number | /update/serialNumber/{id} | Path does not match |
| 22 | api_admin_update_serial_number | /admin/update/serialNumber/{id} | Path does not match |
| 23 | api_approve_image | /update/image/{id} | Path does not match |
| 24 | api_change_start_date | /change/date | Path does not match |
| 25 | api_admin_update_payments_date | /admin/update/payments-date/{id} | Path does not match |
| 26 | api_change_iframe_start_date | /change/iframe/date | Path does not match |
| 27 | api_change_tmp_total_price | /change/tmpTotalPrice | Path does not match |
| 28 | api_change_iframe_tmp_total_price | /change/iframe/tmpTotalPrice | Path does not match |
| 29 | api_check_coupon_code | /check/coupon | Path does not match |
| 30 | api_check_iframe_coupon_code | /check/iframe/coupon | Path does not match |
| 31 | app_api_contact_form | /api-contact-form/question | Path does not match |
| 32 | app_api_cooperation_form | /api-contact-form/cooperation | Path does not match |
| 33 | app_api_lead_form | /api-contact-form/lead | Path does not match |
| 34 | api_upload_subject_insurance_image | /upload/subjectInsuranceImage/{id} | Path does not match |
| 35 | app_api_page_modal | /api-modal/page-modal-preview/{id} | Path does not match |
| 36 | app_api_newsletter_form | /api-newsletter-form/newsletter | Path does not match |
| 37 | app_api_request_reset_password | /request-reset-password | Path does not match |
| 38 | app_api_reset_password | /reset-password | Path does not match |
| 39 | api_subject_order_error | /update/subjectOrder/error/{id} | Path does not match |
| 40 | app_benefit_create_test_voucher | /benefit/create-test-voucher/{id} | Path does not match |
| 41 | app_benefit_create_voucher | /benefit/create-voucher/{id} | Path does not match |
| 42 | app_benefit_sort | /benefit/sort/{id}/{position} | Path does not match |
| 43 | app_blog_default | /aktuality | Path does not match |
| 44 | app_blog_default_slash | /aktuality/ | Path does not match |
| 45 | app_blog_detail.cs | /aktuality/{id}/{categorySlug}/{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.