Routing
blog_article
Matched route
Route Parameters
Name | Value |
---|---|
id | "12" |
slug | "les-JO-limpides" |
Route Matching Logs
Path to match:
/blog/article/les-JO-limpides_12
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | _wdt | /_wdt/{token} | Path does not match |
3 | _profiler_home | /_profiler/ | Path does not match |
4 | _profiler_search | /_profiler/search | Path does not match |
5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
10 | _profiler_open_file | /_profiler/open | Path does not match |
11 | _profiler | /_profiler/{token} | Path does not match |
12 | _profiler_router | /_profiler/{token}/router | Path does not match |
13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
15 | admin_blog_header | /admin/blog/header | Path does not match |
16 | admin_blog_rubriques | /admin/blog/rubriques | Path does not match |
17 | admin_blog_publications | /admin/blog/publications | Path does not match |
18 | admin_blog_header_recup_titre | /admin/blog/header/recup/titre | Path does not match |
19 | admin_blog_form_modif_header_titre | /admin/blog/form/modif/header/titre | Path does not match |
20 | admin_blog_form_enregistre_header_titre | /admin/blog/form/enregistre/header/titre | Path does not match |
21 | admin_blog_header_recup_soustitre | /admin/blog/header/recup/soustitre | Path does not match |
22 | admin_blog_form_modif_header_soustitre | /admin/blog/form/modif/header/soustitre | Path does not match |
23 | admin_blog_form_enregistre_header_soustitre | /admin/blog/form/enregistre/header/soustitre | Path does not match |
24 | admin_blog_header_recup_logo | /admin/blog/header/recup/logo | Path does not match |
25 | admin_blog_form_modif_header_logo | /admin/blog/form/modif/header/logo | Path does not match |
26 | admin_blog_form_enregistre_header_logo | /admin/blog/form/enregistre/header/logo | Path does not match |
27 | admin_blog_rubriques_recup_orga | /admin/blog/rubriques/recup/orga | Path does not match |
28 | admin_blog_rubriques_recup_tableau | /admin/blog/rubriques/recup/tableau | Path does not match |
29 | admin_blog_rubriques_form_new | /admin/blog/rubriques/form/new | Path does not match |
30 | admin_blog_rubriques_form_enregistre | /admin/blog/rubriques/form/enregistre | Path does not match |
31 | admin_blog_rubriques_form_modif | /admin/blog/rubriques/form/modif | Path does not match |
32 | admin_blog_rubriques_form_warning_suppression | /admin/blog/rubriques/form/warning/suppression | Path does not match |
33 | admin_blog_rubriques_form_suppression | /admin/blog/rubriques/form/suppression | Path does not match |
34 | admin_blog_rubriques_form_modif_enregistre | /admin/blog/rubriques/form/modif/enregistre | Path does not match |
35 | admin_blog_rubriques_modif_ordre | /admin/blog/rubriques/modif/ordre | Path does not match |
36 | admin_blog_sousrubriques_form_new | /admin/blog/sousrubriques/form/new | Path does not match |
37 | admin_blog_sousrubriques_form_enregistre | /admin/blog/sousrubriques/form/enregistre | Path does not match |
38 | admin_blog_rubriques_modif_statut | /admin/blog/rubriques/modif/statut | Path does not match |
39 | admin_blog_publis_affiche_tableau | /admin/blog/publications/recup/tableau | Path does not match |
40 | admin_blog_form_new_publication | /admin/blog/publications/form/newPublication | Path does not match |
41 | admin_blog_publis_enregistrement | /admin/blog/publications/enregistrement | Path does not match |
42 | admin_blog_publis_modification | /admin/blog/publications/form/modification | Path does not match |
43 | admin_blog_publis_modification_enregistrement | /admin/blog/publications/form/modification/enregistrement | Path does not match |
44 | admin_blog_publis_modif_supprimer | /admin/blog/publications/form/modif/supprimer | Path does not match |
45 | admin_blog_publis_supprime_supprimer | /admin/blog/publications/form/supprime/supprimer | Path does not match |
46 | admin_blog_publis_enLigne | /admin/blog/publications/enLigne | Path does not match |
47 | admin_blog_publis_image_monte | /admin/blog/publications/image/monte | Path does not match |
48 | admin_blog_publis_image_descend | /admin/blog/publications/image/descend | Path does not match |
49 | admin_blog_publis_image_form | /admin/blog/publications/image/form | Path does not match |
50 | admin_blog_publis_image_form_enregistre | /admin/blog/publications/image/form/enregistre | Path does not match |
51 | admin_blog_publis_image_case | /admin/blog/publications/image/case | Path does not match |
52 | admin_blog_publis_image_suppr | /admin/blog/publications/image/supprime | Path does not match |
53 | admin_blog_publis_image_suppression | /admin/blog/publications/image/suppression | Path does not match |
54 | admin_index | /admin/ | Path does not match |
55 | admin_index2 | /admin/22222 | Path does not match |
56 | blog_index | /blog/ | Path does not match |
57 | blog_rubrique | /blog/rub/{slug}_{id} | Path does not match |
58 | blog_article | /blog/article/{slug}_{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.