Routing
mapbender_core_components_components
Matched route
Route Parameters
| Name | Value |
|---|---|
| packageName | "jquery-ui-touch-punch" |
| path | "jquery.ui.touch-punch.js" |
Route Matching Logs
Path to match:
/components/jquery-ui-touch-punch/jquery.ui.touch-punch.js
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | mapbender_core_application_application | /application/{slug}.{_format} | Path does not match |
| 2 | mapbender_core_application_assets | /application/{slug}/assets/{type} | Path does not match |
| 3 | mapbender_core_application_sourcemap | /application/{slug}/sourcemap/{type} | Path does not match |
| 4 | mapbender_core_components_components | /components/{packageName}/{path} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.