Routing
app_contact_us_index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/contact_us/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_abonnement_index | /abonnement/ | Path does not match |
| 2 | app_abonnement_user | /abonnement/user | Path does not match |
| 3 | app_abonnement_new | /abonnement/new | Path does not match |
| 4 | app_abonnement_pay | /abonnement/{id}/pay | Path does not match |
| 5 | app_abonnement_finalizepay | /abonnement/{id}/finalizepay | Path does not match |
| 6 | app_abonnement_unsubscribe | /abonnement/{id}/unsubscribe | Path does not match |
| 7 | app_abonnement_show | /abonnement/{id} | Path does not match |
| 8 | app_abonnement_edit | /abonnement/{id}/edit | Path does not match |
| 9 | app_abonnement_delete | /abonnement/{id} | Path does not match |
| 10 | paiement_succes_touchpoint | /abonnement/paiement/succes-touchpoint | Path does not match |
| 11 | paiement_echec_touchpoint | /abonnement/paiement/echec-touchpoint | Path does not match |
| 12 | payment_callback_touchpoint | /abonnement/paiement/callback-touchpoint | Path does not match |
| 13 | actualites | /actualites | Path does not match |
| 14 | app_api_paiment | /api_paypal/{id} | Path does not match |
| 15 | app_api_execute | /api_paypal_paiement/{id} | Path does not match |
| 16 | api_app_cdata_index | /api/c/data | Path does not match |
| 17 | api_app_cdata_show | /api/c/data/show | Path does not match |
| 18 | app_cgv | /cgv | Path does not match |
| 19 | app_contact_us_index | /contact_us/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.