Routing
setlocale_langauge
Matched route
Route Parameters
| Name | Value |
|---|---|
| language | "fr" |
Route Redirection
This page redirects to:
/
(route: "n/a")
Route Matching Logs
Path to match:
/lang/fr
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | page_contact | /contact | Path does not match |
| 2 | page_offre | /offres | Path does not match |
| 3 | page_offre_details | /details/offre/{id} | Path does not match |
| 4 | app_login_client | /login | Path does not match |
| 5 | app_inscription_client | /inscription | Path does not match |
| 6 | forget_password | /forget-password | Path does not match |
| 7 | reset_password | /reset-password/{token} | Path does not match |
| 8 | app_logout_client | /logout | Path does not match |
| 9 | admin_redirect | /admin/ | Path does not match |
| 10 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 11 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 12 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 13 | PrestaSitemapBundle_index | /sitemap/sitemap.{_format} | Path does not match |
| 14 | PrestaSitemapBundle_section | /sitemap/sitemap.{name}.{_format} | Path does not match |
| 15 | _wdt | /_wdt/{token} | Path does not match |
| 16 | _profiler_home | /_profiler/ | Path does not match |
| 17 | _profiler_search | /_profiler/search | Path does not match |
| 18 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 19 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 20 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 21 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 22 | _profiler_open_file | /_profiler/open | Path does not match |
| 23 | _profiler | /_profiler/{token} | Path does not match |
| 24 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 25 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 26 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 27 | admin_verification_slug | /admin/verification-slug | Path does not match |
| 28 | admin_add_bloc | /admin/add-bloc | Path does not match |
| 29 | admin_bloc_change_etat | /admin/bloc-post/change_etat | Path does not match |
| 30 | admin_remove_bloc | /admin/remove-bloc | Path does not match |
| 31 | admin_order_bloc | /admin/order-bloc | Path does not match |
| 32 | admin_edit_bloc | /admin/edit-bloc/{id} | Path does not match |
| 33 | admin_liste_candidature | /admin/candidature | Path does not match |
| 34 | admin_candidat_create | /admin/create/candidat | Path does not match |
| 35 | admin_candidat_edit | /admin/edit/candidat-{id} | Path does not match |
| 36 | admin_candidat_delete | /admin/candidat/delete | Path does not match |
| 37 | clear_cache | /admin/clear-cache | Path does not match |
| 38 | admin_liste_contact | /admin/contacts | Path does not match |
| 39 | admin_contact_create | /admin/create/contact | Path does not match |
| 40 | admin_contact_edit | /admin/edit/contact-{id} | Path does not match |
| 41 | admin_remove_contact | /admin/contacts/delete | Path does not match |
| 42 | admin_dashbord | /admin/dashbord | Path does not match |
| 43 | admin_email_configurable | /admin/emails-configurable | Path does not match |
| 44 | admin_email_configurable_add | /admin/email-configurable/add | Path does not match |
| 45 | admin_email_change_etat | /admin/email/change_etat/{id}/ | Path does not match |
| 46 | admin_email_configurable_edit | /admin/email-configurable/{id} | Path does not match |
| 47 | admin_email_configurable_remove | /admin/email-configurable/remove/email | Path does not match |
| 48 | admin_client_liste | /admin/clients | Path does not match |
| 49 | admin_add_client | /admin/create/client | Path does not match |
| 50 | admin_edit_client | /admin/edit/client/{id} | Path does not match |
| 51 | admin_remove_client | /admin/remove/clients | Path does not match |
| 52 | admin_liste_contrat_client | /admin/client-{id}/contrats | Path does not match |
| 53 | admin_client_contrat_add | /admin/client-{id}/contrat/add | Path does not match |
| 54 | admin_client_contrat_edit | /admin/client/contrat/edit-{id} | Path does not match |
| 55 | admin_client_contrat_delete | /admin/client-contrat/delete | Path does not match |
| 56 | admin_liste_document_client | /admin/client-{id}/documents | Path does not match |
| 57 | admin_client_document_add | /admin/client-{id}/document/add | Path does not match |
| 58 | admin_client_document_edit | /admin/client-document/edit/{id} | Path does not match |
| 59 | admin_client_document_delete | /admin/client-document/delete | Path does not match |
| 60 | admin_document_by_type | /admin/client-{id}/document/{type} | Path does not match |
| 61 | admin_media | /admin/media/{id_page} | Path does not match |
| 62 | admin_add_file | /admin/media/file/add | Path does not match |
| 63 | edit_file_order | /admin/media/edit-order | Path does not match |
| 64 | admin_file_remove | /admin/media/remove/{id} | Path does not match |
| 65 | admin_file_edit | /admin/media/edit/{id} | Path does not match |
| 66 | admin_languages | /admin/language | Path does not match |
| 67 | admin_languge_add | /admin/languge/add | Path does not match |
| 68 | admin_languge_edit | /admin/languge/{id} | Path does not match |
| 69 | admin_languge_remove | /admin/remove/languge | Path does not match |
| 70 | setlocale | /setlocale/{language} | Path does not match |
| 71 | setlocale_langauge | /lang/{language} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.