Routing
page
Matched route
Route Parameters
| Name | Value |
|---|---|
| code | "apropos" |
Route Matching Logs
Path to match:
/page/apropos
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | fos_js_routing_js | /js/routing.{_format} | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 4 | _wdt | /_wdt/{token} | Path does not match |
| 5 | _profiler_home | /_profiler/ | Path does not match |
| 6 | _profiler_search | /_profiler/search | Path does not match |
| 7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 9 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 10 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 11 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 12 | _profiler_open_file | /_profiler/open | Path does not match |
| 13 | _profiler | /_profiler/{token} | Path does not match |
| 14 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 15 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 16 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 17 | account_home | /account/ | Path does not match |
| 18 | account_json | /account/json/{type} | Path does not match |
| 19 | account_detail | /account/detail/{type}/{id} | Path does not match |
| 20 | account_profileForm | /account/profile/form | Path does not match |
| 21 | account_addressUpdate | /account/address/update | Path does not match |
| 22 | cart_home | /cart | Path does not match |
| 23 | cart_flush | /cart/flush | Path does not match |
| 24 | cart_json | /cart/json | Path does not match |
| 25 | cart_update | /cart/update/{id} | Path does not match |
| 26 | cart_checkout | /cart/checkout | Path does not match |
| 27 | cart_payment_update | /cart/checkout/{reference}/{status} | Path does not match |
| 28 | dashboard_config_parameters | /dashboard/config/parameters | Path does not match |
| 29 | dashboard_config_menu | /dashboard/config/menu | Path does not match |
| 30 | dashboard_config_emails | /dashboard/config/emails | Path does not match |
| 31 | dashboard_config_email_edit | /dashboard/config/email/{id} | Path does not match |
| 32 | dashboard_config_upsert_entity | /dashboard/config/upsert/{entity}/{id} | Path does not match |
| 33 | dashboard_config_policies | /dashboard/config/policies | Path does not match |
| 34 | dashboard_config_policy_edit | /dashboard/config/policy/{id} | Path does not match |
| 35 | dashboard_config_pages | /dashboard/config/pages | Path does not match |
| 36 | dashboard_config_page_edit | /dashboard/config/page/{id} | Path does not match |
| 37 | dashboard_config_delete_entity | /dashboard/config/delete/{entity}/{id} | Path does not match |
| 38 | dashboard_home | /dashboard/ | Path does not match |
| 39 | dashboard_infos | /dashboard/infos | Path does not match |
| 40 | dashboard_agenda | /dashboard/agenda | Path does not match |
| 41 | dashboard_agenda_json | /dashboard/agenda/json | Path does not match |
| 42 | dashboard_agenda_detail | /dashboard/agenda/detail/{id} | Path does not match |
| 43 | dashboard_open_subscription | /dashboard/agenda/{id}/open/subscription/{date} | Path does not match |
| 44 | dashboard_close_subscription | /dashboard/agenda/{id}/close/subscription/{date} | Path does not match |
| 45 | dashboard_cancelEventDate | /dashboard/agenda/{id}/cancel/{date} | Path does not match |
| 46 | dashboard_payment_changeStatus | /dashboard/payments/{id}/{status}/change | Path does not match |
| 47 | dashboard_payment_invoice | /dashboard/payments/{id}/invoice | Path does not match |
| 48 | home | / | Path does not match |
| 49 | apropos | /apropos | Path does not match |
| 50 | page | /page/{code} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.