Routing
app_routing_sitemap
Matched route
65
Tested routes before match
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/sitemap.xml
# | Route name | Path | Log |
---|---|---|---|
1 | _wdt | /_wdt/{token} | Path does not match |
2 | _profiler_home | /_profiler/ | Path does not match |
3 | _profiler_search | /_profiler/search | Path does not match |
4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
7 | _profiler_open_file | /_profiler/open | Path does not match |
8 | _profiler | /_profiler/{token} | Path does not match |
9 | _profiler_router | /_profiler/{token}/router | Path does not match |
10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
12 | _twig_error_test | /_error/{code}.{_format} | Path does not match |
13 | root | / | Path does not match |
14 | admin_activity_index | /admin/activity/ | Path does not match |
15 | admin_activity_show | /admin/activity/{id} | Path does not match |
16 | admin_activity_delete | /admin/activity/{id} | Path does not match |
17 | admin_content_index | /admin/content/ | Path does not match |
18 | admin_content_new | /admin/content/new | Path does not match |
19 | admin_content_show | /admin/content/{id} | Path does not match |
20 | admin_content_edit | /admin/content/{id}/edit | Path does not match |
21 | admin_content_delete | /admin/content/{id} | Path does not match |
22 | admin_content_revision_index | /admin/content/revision/ | Path does not match |
23 | admin_content_revision_show | /admin/content/revision/{id} | Path does not match |
24 | admin_courses_index | /admin/courses/ | Path does not match |
25 | admin_courses_new | /admin/courses/new | Path does not match |
26 | admin_courses_show | /admin/courses/{id} | Path does not match |
27 | admin_courses_edit | /admin/courses/{id}/edit | Path does not match |
28 | admin_courses_delete | /admin/courses/{id} | Path does not match |
29 | admin_grades_index | /admin/grades/ | Path does not match |
30 | admin_grades_new | /admin/grades/new | Path does not match |
31 | admin_grades_show | /admin/grades/{id} | Path does not match |
32 | admin_grades_edit | /admin/grades/{id}/edit | Path does not match |
33 | admin_grades_delete | /admin/grades/{id} | Path does not match |
34 | app_jwt_newtoken | /api/tokens | Path does not match |
35 | login | /admin/login | Path does not match |
36 | request_password_reset | /account/reset/ | Path does not match |
37 | password_reset_confirm | /account/reset/{{token}} | Path does not match |
38 | admin_page_index | /admin/page/ | Path does not match |
39 | admin_page_new | /admin/page/new | Path does not match |
40 | admin_page_show | /admin/page/{id} | Path does not match |
41 | admin_page_edit | /admin/page/{id}/edit | Path does not match |
42 | admin_page_delete | /admin/page/{id} | Path does not match |
43 | admin_page_meta_index | /admin/page/meta/ | Path does not match |
44 | admin_page_meta_new | /admin/page/meta/new | Path does not match |
45 | admin_page_meta_show | /admin/page/meta/{id} | Path does not match |
46 | admin_page_meta_edit | /admin/page/meta/{id}/edit | Path does not match |
47 | admin_page_meta_delete | /admin/page/meta/{id} | Path does not match |
48 | admin_page_meta_type_index | /admin/page/meta/type/ | Path does not match |
49 | admin_page_meta_type_new | /admin/page/meta/type/new | Path does not match |
50 | admin_page_meta_type_show | /admin/page/meta/type/{id} | Path does not match |
51 | admin_page_meta_type_edit | /admin/page/meta/type/{id}/edit | Path does not match |
52 | admin_page_meta_type_delete | /admin/page/meta/type/{id} | Path does not match |
53 | admin_progress_index | /admin/progress/ | Path does not match |
54 | admin_resource_index | /admin/resource/ | Path does not match |
55 | admin_resource_new | /admin/resource/new | Path does not match |
56 | admin_resource_show | /admin/resource/{id} | Path does not match |
57 | admin_resource_download | /admin/resource/{id}/download | Path does not match |
58 | admin_resource_edit | /admin/resource/{id}/edit | Path does not match |
59 | admin_resource_delete | /admin/resource/{id} | Path does not match |
60 | admin_resource_type_index | /admin/resource/type/ | Path does not match |
61 | admin_resource_type_new | /admin/resource/type/new | Path does not match |
62 | admin_resource_type_show | /admin/resource/type/{id} | Path does not match |
63 | admin_resource_type_edit | /admin/resource/type/{id}/edit | Path does not match |
64 | admin_resource_type_delete | /admin/resource/type/{id} | Path does not match |
65 | app_routing_sitemap | /sitemap.xml | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.