Routing
app_market_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| id | "21" |
| slug | "cote-d-or" |
Route Matching Logs
Path to match:
/market/21-day-of-market-cote-d-or.php
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | admin_city_index | /admin/city | Path does not match |
| 3 | admin_city_new | /admin/city/new | Path does not match |
| 4 | admin_city_batch_delete | /admin/city/batch-delete | Path does not match |
| 5 | admin_city_autocomplete | /admin/city/autocomplete | Path does not match |
| 6 | admin_city_render_filters | /admin/city/render-filters | Path does not match |
| 7 | admin_city_edit | /admin/city/{entityId}/edit | Path does not match |
| 8 | admin_city_delete | /admin/city/{entityId}/delete | Path does not match |
| 9 | admin_city_detail | /admin/city/{entityId} | Path does not match |
| 10 | admin_department_index | /admin/department | Path does not match |
| 11 | admin_department_new | /admin/department/new | Path does not match |
| 12 | admin_department_batch_delete | /admin/department/batch-delete | Path does not match |
| 13 | admin_department_autocomplete | /admin/department/autocomplete | Path does not match |
| 14 | admin_department_render_filters | /admin/department/render-filters | Path does not match |
| 15 | admin_department_edit | /admin/department/{entityId}/edit | Path does not match |
| 16 | admin_department_delete | /admin/department/{entityId}/delete | Path does not match |
| 17 | admin_department_detail | /admin/department/{entityId} | Path does not match |
| 18 | admin_location_index | /admin/location | Path does not match |
| 19 | admin_location_new | /admin/location/new | Path does not match |
| 20 | admin_location_batch_delete | /admin/location/batch-delete | Path does not match |
| 21 | admin_location_autocomplete | /admin/location/autocomplete | Path does not match |
| 22 | admin_location_render_filters | /admin/location/render-filters | Path does not match |
| 23 | admin_location_edit | /admin/location/{entityId}/edit | Path does not match |
| 24 | admin_location_delete | /admin/location/{entityId}/delete | Path does not match |
| 25 | admin_location_detail | /admin/location/{entityId} | Path does not match |
| 26 | admin_market_index | /admin/market | Path does not match |
| 27 | admin_market_new | /admin/market/new | Path does not match |
| 28 | admin_market_batch_delete | /admin/market/batch-delete | Path does not match |
| 29 | admin_market_autocomplete | /admin/market/autocomplete | Path does not match |
| 30 | admin_market_render_filters | /admin/market/render-filters | Path does not match |
| 31 | admin_market_edit | /admin/market/{entityId}/edit | Path does not match |
| 32 | admin_market_delete | /admin/market/{entityId}/delete | Path does not match |
| 33 | admin_market_detail | /admin/market/{entityId} | Path does not match |
| 34 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 35 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 36 | _wdt | /_wdt/{token} | Path does not match |
| 37 | _profiler_home | /_profiler/ | Path does not match |
| 38 | _profiler_search | /_profiler/search | Path does not match |
| 39 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 40 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 41 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 42 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 43 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 44 | _profiler_open_file | /_profiler/open | Path does not match |
| 45 | _profiler | /_profiler/{token} | Path does not match |
| 46 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 47 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 48 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 49 | app_home | / | Path does not match |
| 50 | app_market | /market/ | Path does not match |
| 51 | app_market_show | /market/{id}-day-of-market-{slug}.php | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.