Routing
node_element
Matched route
Route Parameters
| Name | Value |
|---|---|
| element_id | "6" |
| element_value | "und-dann-noch" |
| node_module | "Tanzkurse" |
Route Matching Logs
Path to match:
/Tanzkurse/und-dann-noch_6
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_function_with_slash | /api/{api}/{section}/{function}/ | Path does not match |
| 2 | api_function | /api/{api}/{section}/{function} | Path does not match |
| 3 | app_icon | /app/plussapp/icon-{width}x{height}.png | Path does not match |
| 4 | api_section_with_slash | /api/{api}/{section}/ | Path does not match |
| 5 | api_section | /api/{api}/{section} | Path does not match |
| 6 | smartoptimizer_with_params | /static/{module}/{file_name}/ | Path does not match |
| 7 | api_api_with_slash | /api/{api}/ | Path does not match |
| 8 | api_api | /api/{api} | Path does not match |
| 9 | app_page | /app/{vistool}/{vispage} | Path does not match |
| 10 | app_tool_main | /app/{vistool}/ | Path does not match |
| 11 | app_tool | /app/{vistool} | Path does not match |
| 12 | app | /app | Path does not match |
| 13 | app_main | /app/ | Path does not match |
| 14 | app_offline | /offline.html | Path does not match |
| 15 | app_manifest | /manifest.json | Path does not match |
| 16 | app_service_worker | /service-worker.js | Path does not match |
| 17 | app_register_service_worker | /register-service-worker.js | Path does not match |
| 18 | ckeditor5 | /_ckeditor5_jbsnode_upload | Path does not match |
| 19 | check_redirects | /check-redirects | Path does not match |
| 20 | scripts | /scripts | Path does not match |
| 21 | smartoptimizer | /static/{module}/{file_name} | Path does not match |
| 22 | vis2_check | /_vis2_check | Path does not match |
| 23 | vis2_page | /vis2/{vistool}/{vispage} | Path does not match |
| 24 | vis2_tool_main | /vis2/{vistool}/ | Path does not match |
| 25 | vis2_tool | /vis2/{vistool} | Path does not match |
| 26 | vis2 | /vis2 | Path does not match |
| 27 | vis2_main | /vis2/ | Path does not match |
| 28 | api_base | /api | Path does not match |
| 29 | jbs_new_media_assets_composer | /assetscomposer/{namespace}/{package}/{asset} | Path does not match |
| 30 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 31 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 32 | _wdt | /_wdt/{token} | Path does not match |
| 33 | _profiler_home | /_profiler/ | Path does not match |
| 34 | _profiler_search | /_profiler/search | Path does not match |
| 35 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 36 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 37 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 38 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 39 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 40 | _profiler_open_file | /_profiler/open | Path does not match |
| 41 | _profiler | /_profiler/{token} | Path does not match |
| 42 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 43 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 44 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 45 | file_image | /Bild/{file_name} | Path does not match |
| 46 | file_download | /Datei/{file_name} | Path does not match |
| 47 | file_download_alt | /Download/{file_name} | Path does not match |
| 48 | file_id | /BildUrl/{project_id}/{file_id} | Path does not match |
| 49 | node_group_element | /{node_module}/{group_value}_{group_id}/{element_value}_{element_id} | Path does not match |
| 50 | node_element | /{node_module}/{element_value}_{element_id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.