Routing
app_article_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "28" |
Route Matching Logs
Path to match:
/article/28
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_easyadmin_role_index | /admin/easyadmin/role | Path does not match |
| 2 | app_admin_easyadmin_role_new | /admin/easyadmin/role/new | Path does not match |
| 3 | app_admin_easyadmin_role_batch_delete | /admin/easyadmin/role/batch-delete | Path does not match |
| 4 | app_admin_easyadmin_role_autocomplete | /admin/easyadmin/role/autocomplete | Path does not match |
| 5 | app_admin_easyadmin_role_render_filters | /admin/easyadmin/role/render-filters | Path does not match |
| 6 | app_admin_easyadmin_role_edit | /admin/easyadmin/role/{entityId}/edit | Path does not match |
| 7 | app_admin_easyadmin_role_delete | /admin/easyadmin/role/{entityId}/delete | Path does not match |
| 8 | app_admin_easyadmin_role_detail | /admin/easyadmin/role/{entityId} | Path does not match |
| 9 | app_admin_easyadmin_user_index | /admin/easyadmin/user | Path does not match |
| 10 | app_admin_easyadmin_user_new | /admin/easyadmin/user/new | Path does not match |
| 11 | app_admin_easyadmin_user_batch_delete | /admin/easyadmin/user/batch-delete | Path does not match |
| 12 | app_admin_easyadmin_user_autocomplete | /admin/easyadmin/user/autocomplete | Path does not match |
| 13 | app_admin_easyadmin_user_render_filters | /admin/easyadmin/user/render-filters | Path does not match |
| 14 | app_admin_easyadmin_user_edit | /admin/easyadmin/user/{entityId}/edit | Path does not match |
| 15 | app_admin_easyadmin_user_delete | /admin/easyadmin/user/{entityId}/delete | Path does not match |
| 16 | app_admin_easyadmin_user_detail | /admin/easyadmin/user/{entityId} | Path does not match |
| 17 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 18 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 19 | _wdt | /_wdt/{token} | Path does not match |
| 20 | _profiler_home | /_profiler/ | Path does not match |
| 21 | _profiler_search | /_profiler/search | Path does not match |
| 22 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 23 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 24 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 25 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 26 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 27 | _profiler_open_file | /_profiler/open | Path does not match |
| 28 | _profiler | /_profiler/{token} | Path does not match |
| 29 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 30 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 31 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 32 | app_admin_easyadmin | /admin/easyadmin | Path does not match |
| 33 | app_admin_info_new | /admin/information/new | Path does not match |
| 34 | app_admin_info_show | /admin/information/ | Path does not match |
| 35 | app_admin_info_edit | /admin/information/{id}/edit | Path does not match |
| 36 | app_admin_info_delete | /admin/information/{id} | Path does not match |
| 37 | app_admin | /admin/ | Path does not match |
| 38 | app_admin_users | /admin/users | Path does not match |
| 39 | app_admin_info | /admin/info | Path does not match |
| 40 | app_admin_monitoring | /admin/monitoring | Path does not match |
| 41 | app_store | /app | Path does not match |
| 42 | app_breathing_index | /breathing/ | Path does not match |
| 43 | app_breathing_history | /breathing/history | Path does not match |
| 44 | app_breathing_export_data | /breathing/export-data | Path does not match |
| 45 | app_breathing_complete | /breathing/exercise/{id}/complete | Path does not match |
| 46 | app_breathing_delete_data | /breathing/delete-data | Path does not match |
| 47 | app_breathing_privacy | /breathing/privacy | Path does not match |
| 48 | app_emotion_tracker | /tracker/emotion | Path does not match |
| 49 | app_home | / | Path does not match |
| 50 | app_article_show | /article/{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.