Routing
sitemap
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/sitemap.xml
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_customer_index | /admin/customer | Path does not match |
| 2 | admin_customer_new | /admin/customer/new | Path does not match |
| 3 | admin_customer_batch_delete | /admin/customer/batch-delete | Path does not match |
| 4 | admin_customer_autocomplete | /admin/customer/autocomplete | Path does not match |
| 5 | admin_customer_render_filters | /admin/customer/render-filters | Path does not match |
| 6 | admin_customer_edit | /admin/customer/{entityId}/edit | Path does not match |
| 7 | admin_customer_delete | /admin/customer/{entityId}/delete | Path does not match |
| 8 | admin_customer_detail | /admin/customer/{entityId} | Path does not match |
| 9 | admin_opinion_index | /admin/opinion | Path does not match |
| 10 | admin_opinion_new | /admin/opinion/new | Path does not match |
| 11 | admin_opinion_batch_delete | /admin/opinion/batch-delete | Path does not match |
| 12 | admin_opinion_autocomplete | /admin/opinion/autocomplete | Path does not match |
| 13 | admin_opinion_render_filters | /admin/opinion/render-filters | Path does not match |
| 14 | admin_opinion_edit | /admin/opinion/{entityId}/edit | Path does not match |
| 15 | admin_opinion_delete | /admin/opinion/{entityId}/delete | Path does not match |
| 16 | admin_opinion_detail | /admin/opinion/{entityId} | Path does not match |
| 17 | admin_project_index | /admin/project | Path does not match |
| 18 | admin_project_new | /admin/project/new | Path does not match |
| 19 | admin_project_batch_delete | /admin/project/batch-delete | Path does not match |
| 20 | admin_project_autocomplete | /admin/project/autocomplete | Path does not match |
| 21 | admin_project_render_filters | /admin/project/render-filters | Path does not match |
| 22 | admin_project_edit | /admin/project/{entityId}/edit | Path does not match |
| 23 | admin_project_delete | /admin/project/{entityId}/delete | Path does not match |
| 24 | admin_project_detail | /admin/project/{entityId} | Path does not match |
| 25 | admin_project_photo_index | /admin/project-photo | Path does not match |
| 26 | admin_project_photo_new | /admin/project-photo/new | Path does not match |
| 27 | admin_project_photo_batch_delete | /admin/project-photo/batch-delete | Path does not match |
| 28 | admin_project_photo_autocomplete | /admin/project-photo/autocomplete | Path does not match |
| 29 | admin_project_photo_render_filters | /admin/project-photo/render-filters | Path does not match |
| 30 | admin_project_photo_edit | /admin/project-photo/{entityId}/edit | Path does not match |
| 31 | admin_project_photo_delete | /admin/project-photo/{entityId}/delete | Path does not match |
| 32 | admin_project_photo_detail | /admin/project-photo/{entityId} | Path does not match |
| 33 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 34 | pentatrion_vite_build_proxy | /build/{path} | Path does not match |
| 35 | _profiler_vite | /_profiler/vite | Path does not match |
| 36 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 37 | _wdt | /_wdt/{token} | Path does not match |
| 38 | _profiler_home | /_profiler/ | Path does not match |
| 39 | _profiler_search | /_profiler/search | Path does not match |
| 40 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 41 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 42 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 43 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 44 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 45 | _profiler_open_file | /_profiler/open | Path does not match |
| 46 | _profiler | /_profiler/{token} | Path does not match |
| 47 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 48 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 49 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 50 | app_logout | /logout | Path does not match |
| 51 | admin | /admin | Path does not match |
| 52 | contact | /contact | Path does not match |
| 53 | hubspot_contact_create | /hubspot/contacts | Path does not match |
| 54 | project_show | /realisations/{slug} | Path does not match |
| 55 | api_projects_list | /api/projects | Path does not match |
| 56 | api_project_show | /api/projects/{slug} | Path does not match |
| 57 | homepage | / | Path does not match |
| 58 | agence | /lagence | Path does not match |
| 59 | services | /services | Path does not match |
| 60 | realisations | /realisations | Path does not match |
| 61 | legals | /legals | Path does not match |
| 62 | 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.