Routing
evenement
Matched route
Route Parameters
Name | Value |
---|---|
slug | "les-decarbones-merignac" |
Route Matching Logs
Path to match:
/evenement/les-decarbones-merignac
# | Route name | Path | Log |
---|---|---|---|
1 | app_home | /admindecarbo/ | Path does not match |
2 | app_listes | /admindecarbo/contact/listes | Path does not match |
3 | app_liste | /admindecarbo/contact/liste/{idliste} | Path does not match |
4 | app_contacts | /admindecarbo/contact/contacts | Path does not match |
5 | app_contact | /admindecarbo/contact/contact/{idcontact} | Path does not match |
6 | app_contactsuppr | /admindecarbo/contact/contact/suppr-{idcontact}-{hash} | Path does not match |
7 | app_contactactivation | /admindecarbo/contact/contact/contacttoggleactivation-{idcontact}-{hash} | Path does not match |
8 | app_desabo | /admindecarbo/contact/desabonnement | Path does not match |
9 | app_exportliste | /admindecarbo/contact/exportliste-{idliste} | Path does not match |
10 | app_document_liste | /admindecarbo/document/documents | Path does not match |
11 | app_document_document | /admindecarbo/document/{iddocument} | Path does not match |
12 | app_email | /email/{idmessage} | Path does not match |
13 | app_email_tracking | /email/tkg-{idenvoi}-{hash} | Path does not match |
14 | app_envoi_reset | /email/envoi-reset | Path does not match |
15 | app_evenements | /admindecarbo/evenement/ | Path does not match |
16 | app_evenement | /admindecarbo/evenement/{idevenement} | Path does not match |
17 | app_evenement_envoimaj | /admindecarbo/evenement/envoimaj-{idevenement} | Path does not match |
18 | app_supprimer_donneesperso | /admindecarbo/evenement/supprimer-donneesperso-{idevenement}-{hash} | Path does not match |
19 | app_evenementSupprBt | /admindecarbo/evenement/{idevenement}/suppr-bt | Path does not match |
20 | app_exportsatisfaction | /admindecarbo/evenement/exportsatisfaction-{idevenement} | Path does not match |
21 | app_exportinscription | /admindecarbo/evenement/exportinscription-{idevenement} | Path does not match |
22 | app_message | /admindecarbo/evenement/message/{idmessage} | Path does not match |
23 | app_evenement_creationmessage | /admindecarbo/evenement/creationmessage-{idevenement} | Path does not match |
24 | app_evenement_creationparcours | /admindecarbo/evenement/creationparcours-{idevenement} | Path does not match |
25 | app_message_suppr | /admindecarbo/evenement/suppr-{idmessage} | Path does not match |
26 | app_inscription_suppr | /admindecarbo/evenement/supprinscription-{idinscription} | Path does not match |
27 | app_programme_suppr | /admindecarbo/evenement/programme-suppr-{idevent}-{idprog} | Path does not match |
28 | app_programme_edit | /admindecarbo/evenement/programme-edit | Path does not match |
29 | app_galerie_suppr | /admindecarbo/evenement/galerie-suppr-{idevent} | Path does not match |
30 | app_question_suppr | /admindecarbo/evenement/question-suppr-{idevent} | Path does not match |
31 | app_question_get | /admindecarbo/evenement/question-get-{idevent} | Path does not match |
32 | app_evenement_galerie_order | /admindecarbo/evenement/galerie-order-{idevent} | Path does not match |
33 | app_evenement_question_order | /admindecarbo/evenement/question-order-{idevent} | Path does not match |
34 | app_intervenant_ajout | /admindecarbo/evenement/intervenant-ajout-{idevent} | Path does not match |
35 | app_intervenant_suppr | /admindecarbo/evenement/intervenant-suppr-{idevent} | Path does not match |
36 | app_toggle_inscription | /admindecarbo/evenement/toggle-inscription-{idevent} | Path does not match |
37 | app_force_inscription | /admindecarbo/evenement/force-inscription-{idevent} | Path does not match |
38 | app_reponse_home | /admindecarbo/evenement/reponse-home-{idreponse}-{idcontact} | Path does not match |
39 | app_invite_update | /admindecarbo/evenement/invite-update | Path does not match |
40 | app_intervenant_liste | /admindecarbo/intervenant/intervenants | Path does not match |
41 | app_intervenant_intervenant | /admindecarbo/intervenant/{idintervenant} | Path does not match |
42 | app_stats_email | /admindecarbo/evenement/statistiques-email/{idevenement} | Path does not match |
43 | app_stats_evts | /admindecarbo/evenement/statistiques-evts | Path does not match |
44 | app_utilisateurs | /admindecarbo/utilisateur/ | Path does not match |
45 | app_utilisateur | /admindecarbo/utilisateur/{iduser} | Path does not match |
46 | app_utilisateursuppr | /admindecarbo/utilisateur/suppr-{idutilisateur}-{hash} | Path does not match |
47 | app_cron_testics | /cron/testics | Path does not match |
48 | app_cron_cronenvoi | /cron/envoi | Path does not match |
49 | app_cron_cronrecap | /cron/recap | Path does not match |
50 | app_cron_cronsatisfaction | /cron/satisfaction | Path does not match |
51 | app_cron_envoitest | /cron/envoitest-{messageId} | Path does not match |
52 | app_cron_cleandoublons | /cron/cleandoublons | Path does not match |
53 | app_forgot_password_request | /reset-password | Path does not match |
54 | app_check_email | /reset-password/check-email | Path does not match |
55 | app_reset_password | /reset-password/reset/{token} | Path does not match |
56 | app_login | /login | Path does not match |
57 | app_logout | /logout | Path does not match |
58 | home | / | Path does not match |
59 | evenement | /evenement/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.