Routing
frontend_tour
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/rundgang
| # | 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 | api_customer_requests_get | /api/customer-requests | Path does not match |
| 13 | backend_dashboard_employee | /backend/dashboard-mitarbeiter | Path does not match |
| 14 | backend_dashboard_customer | /backend/dashboard-kunde | Path does not match |
| 15 | backend_conversations_create | /backend/gespraeche/anlegen/{customer_request_id} | Path does not match |
| 16 | backend_customer_list | /backend/kunden/ | Path does not match |
| 17 | backend_customer_create | /backend/kunden/anlegen | Path does not match |
| 18 | backend_customer_view | /backend/kunden/ansehen/{customer_id} | Path does not match |
| 19 | backend_customer_edit | /backend/kunden/bearbeiten/{customer_id} | Path does not match |
| 20 | backend_customer_delete | /backend/kunden/loeschen/{customer_id} | Path does not match |
| 21 | backend_customer_request_list | /backend/anfragen/ | Path does not match |
| 22 | backend_customer_request_create | /backend/anfragen/anlegen | Path does not match |
| 23 | backend_customer_request_view | /backend/anfragen/ansehen/{customer_request_id} | Path does not match |
| 24 | backend_customer_request_delete | /backend/anfragen/loeschen/{customer_request_id} | Path does not match |
| 25 | backend_customer_request_process | /backend/anfragen/weiterverarbeiten/{customer_request_id} | Path does not match |
| 26 | backend_customer_request_unprocess | /backend/anfragen/weiterverarbeiten-abbrechen/{customer_request_id} | Path does not match |
| 27 | backend_customer_request_archive | /backend/anfragen/archivieren/{customer_request_id} | Path does not match |
| 28 | backend_customer_request_cancel_archiving | /backend/anfragen/archivierung-aufheben/{customer_request_id} | Path does not match |
| 29 | backend_customer_request_eligible | /backend/anfragen/foerderfaehig/{customer_request_id} | Path does not match |
| 30 | backend_customer_request_not_eligible | /backend/anfragen/nicht-foerderfaehig/{customer_request_id} | Path does not match |
| 31 | backend_employee_list | /backend/mitarbeiter/ | Path does not match |
| 32 | backend_employee_create | /backend/mitarbeiter/anlegen | Path does not match |
| 33 | backend_employee_edit | /backend/mitarbeiter/bearbeiten/{employee_id} | Path does not match |
| 34 | backend_employee_delete | /backend/mitarbeiter/loeschen/{employee_id} | Path does not match |
| 35 | backend_projects_create | /backend/projekte/anlegen | Path does not match |
| 36 | backend_statuses_create | /backend/status/anlegen/{customer_request_id}/{status_type} | Path does not match |
| 37 | frontend_index | / | Path does not match |
| 38 | frontend_photovoltaics | /photovoltaik | Path does not match |
| 39 | frontend_tour | /rundgang | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.