Routing
front::home
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
Route Matching Logs
Path to match:
/fr/
| # | 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 | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | root | / | Path does not match |
| 16 | admin::admins::index | /admin-kc2SDd3udEi3S5R3/admins | Path does not match |
| 17 | admin::admins::ajax::listing | /admin-kc2SDd3udEi3S5R3/admins/ajax/listing | Path does not match |
| 18 | admin::admins::edit | /admin-kc2SDd3udEi3S5R3/admins/edit/{id} | Path does not match |
| 19 | admin::admins::new | /admin-kc2SDd3udEi3S5R3/admins/new | Path does not match |
| 20 | admin::admins::ajax::toggle-active | /admin-kc2SDd3udEi3S5R3/admins/ajax/{id}/toggle-active | Path does not match |
| 21 | admin::admins::ajax::delete | /admin-kc2SDd3udEi3S5R3/admins/ajax/{id}/delete | Path does not match |
| 22 | admin::root | /admin-kc2SDd3udEi3S5R3/ | Path does not match |
| 23 | admin::dashboard | /admin-kc2SDd3udEi3S5R3/dashboard | Path does not match |
| 24 | admin::test-gdoc | /admin-kc2SDd3udEi3S5R3/test-gdoc | Path does not match |
| 25 | admin::flmngr::index | /admin-kc2SDd3udEi3S5R3/flmngr | Path does not match |
| 26 | admin::flmngr::endpoint | /admin-kc2SDd3udEi3S5R3/flmngr/endpoint | Path does not match |
| 27 | admin::flmngr::resize | /admin-kc2SDd3udEi3S5R3/flmngr/resize | Path does not match |
| 28 | admin::profile::index | /admin-kc2SDd3udEi3S5R3/profile | Path does not match |
| 29 | admin::profile::edit | /admin-kc2SDd3udEi3S5R3/profile/edit | Path does not match |
| 30 | admin::login | /admin-kc2SDd3udEi3S5R3/login | Path does not match |
| 31 | admin::logout | /admin-kc2SDd3udEi3S5R3/logout | Path does not match |
| 32 | admin::tools::tool-2 | /admin-kc2SDd3udEi3S5R3/tools/tool-2 | Path does not match |
| 33 | admin::tools::ajax::ckeditor-upload | /admin-kc2SDd3udEi3S5R3/tools/ajax/ckeditor-upload | Path does not match |
| 34 | admin::users::index | /admin-kc2SDd3udEi3S5R3/users | Path does not match |
| 35 | admin::users::ajax::listing | /admin-kc2SDd3udEi3S5R3/users/ajax/listing | Path does not match |
| 36 | admin::users::edit | /admin-kc2SDd3udEi3S5R3/users/edit/{id} | Path does not match |
| 37 | admin::users::new | /admin-kc2SDd3udEi3S5R3/users/new | Path does not match |
| 38 | admin::users::ajax::toggle-active | /admin-kc2SDd3udEi3S5R3/users/ajax/{id}/toggle-active | Path does not match |
| 39 | admin::users::ajax::delete | /admin-kc2SDd3udEi3S5R3/users/ajax/{id}/delete | Path does not match |
| 40 | front::contact::form | /{_locale}/contact/ | Path does not match |
| 41 | front::home | /{_locale}/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.