Routing
front
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | file_manager | /admin/manager/ | Path does not match |
2 | file_manager_rename | /admin/manager/rename/{fileName} | Path does not match |
3 | file_manager_upload | /admin/manager/upload/ | Path does not match |
4 | file_manager_file | /admin/manager/file/{fileName} | Path does not match |
5 | file_manager_delete | /admin/manager/delete/ | Path does not match |
6 | _preview_error | /_error/{code}.{_format} | Path does not match |
7 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
8 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
9 | _wdt | /_wdt/{token} | Path does not match |
10 | _profiler_home | /_profiler/ | Path does not match |
11 | _profiler_search | /_profiler/search | Path does not match |
12 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
13 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
14 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
15 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
16 | _profiler_open_file | /_profiler/open | Path does not match |
17 | _profiler | /_profiler/{token} | Path does not match |
18 | _profiler_router | /_profiler/{token}/router | Path does not match |
19 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
20 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
21 | admin_animateur | /admin/animateur | Path does not match |
22 | admin_animateur_add | /admin/animateur/add | Path does not match |
23 | admin_animateur_edit | /admin/animateur/{id}/edit | Path does not match |
24 | admin_animateur_delete | /admin/animateur/{id}/delete | Path does not match |
25 | admin_chronique_list | /admin/chronique | Path does not match |
26 | admin_chronique_add | /admin/chronique/add | Path does not match |
27 | admin_chronique_edit | /admin/chronique/{id}/edit | Path does not match |
28 | admin_chronique_delete | /admin/chronique/{id}/delete | Path does not match |
29 | admin_chronique_episode_list | /admin/chronique/episode | Path does not match |
30 | admin_chronique_episode_add | /admin/chronique/episode/add | Path does not match |
31 | admin_chronique_episode_edit | /admin/chronique/episode/{id}/edit | Path does not match |
32 | admin_chronique_episode_delete | /admin/chronique/episode/{id}/delete | Path does not match |
33 | admin | /admin | Path does not match |
34 | admin_emission_list | /admin/emission | Path does not match |
35 | admin_emission_add | /admin/emission/add | Path does not match |
36 | admin_emission_edit | /admin/emission/{id}/edit | Path does not match |
37 | admin_emission_delete | /admin/emission/{id}/delete | Path does not match |
38 | app_admin_info_news | /admin/info/news | Path does not match |
39 | admin_page_quisommesnous | /admin/page/quisommesnous | Path does not match |
40 | admin_podcast_list | /admin/podcast | Path does not match |
41 | admin_podcast_add | /admin/podcast/add | Path does not match |
42 | admin_podcast_edit | /admin/podcast/{id}/edit | Path does not match |
43 | admin_podcast_delete | /admin/podcast/{id}/delete | Path does not match |
44 | admin_stats | /admin/stats | Path does not match |
45 | admin_theme_list | /admin/theme | Path does not match |
46 | admin_theme_add | /admin/theme/add | Path does not match |
47 | admin_theme_edit | /admin/theme/{id}/edit | Path does not match |
48 | admin_theme_delete | /admin/theme/{id}/delete | Path does not match |
49 | admin_user_list | /admin/users | Path does not match |
50 | admin_user_create | /admin/user/create | Path does not match |
51 | admin_user_password | /admin/user/{id}/password | Path does not match |
52 | admin_user_suppression | /admin/user/{id}/suppression | Path does not match |
53 | api_animateur | /api/animateurs | Path does not match |
54 | api_chroniques | /api/chroniques | Path does not match |
55 | episodes | /api/chronique/episodes | Path does not match |
56 | api_podcast_last | /api/podcast/last | Path does not match |
57 | api_emissions | /api/emissions | Path does not match |
58 | api_emission_podcasts | /api/emission/{slug}/podcasts | Path does not match |
59 | api_emission_podcasts_archive | /api/emission/{slug}/podcasts/{year}/archive | Path does not match |
60 | api_podcast | /api/podcast/{uuid} | Path does not match |
61 | api_compteur | /api/compteur | Path does not match |
62 | api_listen | /api/podcast/{uuid}/listen | Path does not match |
63 | api_podcasts | /api/podcasts | Path does not match |
64 | app_api_info_news | /api/info/news | Path does not match |
65 | app_api_page | /api/page/{slug} | Path does not match |
66 | api_search | /api/search | Path does not match |
67 | front_v2 | /v2 | Path does not match |
68 | front | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.