Routing
front_contact
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
| fabrication | null |
| productSlug | "bouchon-micro-clamp" |
| slug | "0" |
Route Matching Logs
Path to match:
/fr/contactez-nous/0/bouchon-micro-clamp
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | php_translation_profiler_translation_edit | /{token}/translation/edit | Path does not match |
| 2 | php_translation_profiler_translation_sync | /{token}/translation/sync | Path does not match |
| 3 | php_translation_profiler_translation_sync_all | /{token}/translation/sync_all | Path does not match |
| 4 | php_translation_profiler_translation_create_assets | /{token}/translation/create_assets | Path does not match |
| 5 | admin | /admin | Path does not match |
| 6 | admin_paragraph_position | /admin/paragraph-position | Path does not match |
| 7 | admin_delete_paragraph | /supprimer-un-paragraphe/{id} | Path does not match |
| 8 | admin_edit_post | /admin/edition-d-un-article/{slug}/{paragraphId} | Path does not match |
| 9 | app_admin_dashboard_index | /admin | Path does not match |
| 10 | front_category | /{_locale}/categorie/{slug}/{subCatSlug}/{subSubCatSlug} | Path does not match |
| 11 | front_change_language | /{_locale}/changer-la-langue/{locale}/{routeName}/{routeParams} | Path does not match |
| 12 | front_presentation | /{_locale}/presentation | Path does not match |
| 13 | front_fabrication | /{_locale}/fabrication-sur-mesure | Path does not match |
| 14 | front_products | /{_locale}/produits/{slug}/{subCatSlug}/{subSubCatSlug}/{subSubSubCatSlug}/{listView} | Path does not match |
| 15 | front_product | /{_locale}/produit/{catSlug}/{subCatSlug}/{subSubCatSlug}/{subSubSubCatSlug}/{slug} | Path does not match |
| 16 | front_privacy_policy | /{_locale}/a-propos | Path does not match |
| 17 | front_landing | /{_locale}/ | Path does not match |
| 18 | front_application | /{_locale}/application/{slug} | Path does not match |
| 19 | front_job_offers | /{_locale}/offres-d-emploi | Path does not match |
| 20 | front_job_offer | /{_locale}/offre-d-emploi/{slug} | Path does not match |
| 21 | front_contact.fr | /fr/contactez-nous/{slug}/{productSlug}/{fabrication} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.