Routing
actualites
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/actualites
| # | 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 | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.