Routing
app_affiche_un_post
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "44" |
Route Matching Logs
Path to match:
/affichePost/44
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_article | /article | Path does not match |
| 2 | app_articles_par_categorie | /articles-par-categorie/{id} | Path does not match |
| 3 | app_articles_par_categorie_vide | /articles-par-categorie-vide/{id} | Path does not match |
| 4 | app_categorie | /categorie | Path does not match |
| 5 | add_friend | /add-friend/{id} | Path does not match |
| 6 | remove_friend | /remove-friend/{id} | Path does not match |
| 7 | app_lancer_un_post | /lancerunpost | Path does not match |
| 8 | afficher_les_posts | /afficherLesPosts | Path does not match |
| 9 | app_mes_posts_vide | /mes-posts-vide | Path does not match |
| 10 | category_success | /category/success | Path does not match |
| 11 | send_message | /send-message | Path does not match |
| 12 | app_register | /register | Path does not match |
| 13 | app_verify_email | /verify/email | Path does not match |
| 14 | app_user | /user | Path does not match |
| 15 | user_new | /user/new | Path does not match |
| 16 | app_mon_profil | /monprofil | Path does not match |
| 17 | app_modifie_username | /monprofil/modifie | Path does not match |
| 18 | app_modifie_email | /monprofil/modifieEmail | Path does not match |
| 19 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 20 | _wdt | /_wdt/{token} | Path does not match |
| 21 | _profiler_home | /_profiler/ | Path does not match |
| 22 | _profiler_search | /_profiler/search | Path does not match |
| 23 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 24 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 25 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 26 | _profiler_open_file | /_profiler/open | Path does not match |
| 27 | _profiler | /_profiler/{token} | Path does not match |
| 28 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 29 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 30 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 31 | Accueil | /accueil | Path does not match |
| 32 | form_inscription_utilisateur | /utilisateurFormInscription | Path does not match |
| 33 | RegistrationFormType | /register | Path does not match |
| 34 | app_login | /login | Path does not match |
| 35 | app_logout | /logout | Path does not match |
| 36 | app_user_delete | /comptedelete | Path does not match |
| 37 | app_accueil | /accueil | Path does not match |
| 38 | app_forgot_password_request | /reset-password | Path does not match |
| 39 | app_check_email | /reset-password/check-email | Path does not match |
| 40 | process_reset_password | /reset-password/process | Path does not match |
| 41 | app_liste_categorie | /categorieliste | Path does not match |
| 42 | app_liste_article | /articleliste | Path does not match |
| 43 | app_ajout_article | /articleajout | Path does not match |
| 44 | article_success | /articleajout | Path does not match |
| 45 | app_ajout_categorie | /categorieajout | Path does not match |
| 46 | categorie_success | /categorieajout | Path does not match |
| 47 | app_mes_categories | /MesCategories | Path does not match |
| 48 | app_modification_categorie | /categoriemodification/{id} | Path does not match |
| 49 | app_suppression_categorie | /categoriesuppression/{id} | Path does not match |
| 50 | app_mes_articles | /MesArticles | Path does not match |
| 51 | app_modification_article | /articlemodification/{id} | Path does not match |
| 52 | app_suppression_article | /articlesuppression/{id} | Path does not match |
| 53 | app_creer_un_post | /creationPost | Path does not match |
| 54 | app_affiche_un_post | /affichePost/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.