Routing
application_request
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/dolacz/
| # | 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 | app_account | /profil | Path does not match |
| 16 | change_password | /profil/zmien-haslo | Path does not match |
| 17 | account_update | /profil/edycja | Path does not match |
| 18 | admin_application_requests_list | /admin/zgloszenia/ | Path does not match |
| 19 | admin_application_requests_view | /admin/zgloszenia/{id} | Path does not match |
| 20 | admin_application_requests_set_status | /admin/zgloszenia/{id}/set-status/{status} | Path does not match |
| 21 | app_admin_hobby_index | /zainteresowania/ | Path does not match |
| 22 | app_admin_hobby_new | /zainteresowania/nowe | Path does not match |
| 23 | app_admin_hobby_show | /zainteresowania/{id} | Path does not match |
| 24 | app_admin_hobby_edit | /zainteresowania/{id}/edytuj | Path does not match |
| 25 | app_admin_hobby_delete | /zainteresowania/{id} | Path does not match |
| 26 | admin_subscription_index | /skladki/ | Path does not match |
| 27 | admin_subscription_new | /skladki/nowa | Path does not match |
| 28 | admin_subscription_add_subscriber | /skladki/{id}/dodaj-uzytkownika | Path does not match |
| 29 | admin_subscription_show | /skladki/{id} | Path does not match |
| 30 | admin_subscription_show_filtered | /skladki/{id}/filtr/{filter} | Path does not match |
| 31 | admin_subscription_edit | /skladki/{id}/edycja | Path does not match |
| 32 | admin_subscription_delete | /skladki/{id} | Path does not match |
| 33 | admin_user_subscription_delete | /skladki/user-subscription/{id} | Path does not match |
| 34 | admin_user_subscription_edit | /skladki/edycja-subskrybenta/{id}/ | Path does not match |
| 35 | admin_subscription_reminder | /skladki/{id}/reminder | Path does not match |
| 36 | admin_user_subscription_set_paid | /skladki/user/{id}/paid | Path does not match |
| 37 | user_new | /uzytkownicy/nowy | Path does not match |
| 38 | user_show | /uzytkownicy/id/{id} | Path does not match |
| 39 | users_export_members | /uzytkownicy/export-members/{mode}/{modeValue} | Path does not match |
| 40 | user_index | /uzytkownicy/{page} | Path does not match |
| 41 | user_edit | /uzytkownicy/{id}/edycja | Path does not match |
| 42 | user_delete | /uzytkownicy/{id} | Path does not match |
| 43 | admin_user_group_index | /grupy/ | Path does not match |
| 44 | admin_user_group_new | /grupy/nowa | Path does not match |
| 45 | admin_user_group_edit | /grupy/{id}/edycja | Path does not match |
| 46 | admin_user_group_delete | /grupy/{id} | Path does not match |
| 47 | app_admin_workgroup_index | /grupy-robocze/ | Path does not match |
| 48 | app_admin_workgroup_new | /grupy-robocze/nowa | Path does not match |
| 49 | app_admin_workgroup_show | /grupy-robocze/{id} | Path does not match |
| 50 | app_admin_workgroup_edit | /grupy-robocze/{id}/edytuj | Path does not match |
| 51 | app_admin_workgroup_delete | /grupy-robocze/{id} | Path does not match |
| 52 | app_admin_workgroup_user_delete | /grupy-robocze/user/{workgroup}/{user} | Path does not match |
| 53 | announcement_index | /ogloszenia/ | Path does not match |
| 54 | announcement_new | /ogloszenia/nowe | Path does not match |
| 55 | announcement-file-download | /ogloszenia/{id}/pobierz | Path does not match |
| 56 | announcement_show | /ogloszenia/{id} | Path does not match |
| 57 | announcement_edit | /ogloszenia/{id}/edytuj | Path does not match |
| 58 | announcement_delete | /ogloszenia/delete/{id} | Path does not match |
| 59 | announcement_approve | /ogloszenia/approve/{id}/{i} | Path does not match |
| 60 | app_api_user | /api/user | Path does not match |
| 61 | application_request | /dolacz/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.