Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | entity_attachment_load | /api/entity-attachments/load/{id} | Path does not match |
| 2 | entity_attachment_download | /api/entity-attachments/{id}/download | Path does not match |
| 3 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 4 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 11 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 13 | _profiler_open_file | /_profiler/open | Path does not match |
| 14 | _profiler | /_profiler/{token} | Path does not match |
| 15 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 18 | app_home | / | Path does not match |
| 19 | app_attribute_index | /{entityTypeCode}/attributes | Path does not match |
| 20 | app_attribute_new | /{entityTypeCode}/attributes/new | Path does not match |
| 21 | app_attribute_create | /{entityTypeCode}/attributes/create | Path does not match |
| 22 | app_attribute_edit | /{entityTypeCode}/attributes/{id}/edit | Path does not match |
| 23 | app_attribute_update | /{entityTypeCode}/attributes/{id}/update | Path does not match |
| 24 | app_attribute_delete | /{entityTypeCode}/attributes/{id}/delete | Path does not match |
| 25 | app_driver_form_registration | /driver/registration/{hash_id} | Path does not match |
| 26 | app_driver_form_registration_process | /driver/registration/{hash_id} | Path does not match |
| 27 | app_driver_registration_upload | /driver/registration/{hash_id}/upload | Path does not match |
| 28 | app_driver_registration_revert | /driver/registration/{hash_id}/revert | Path does not match |
| 29 | app_driver_registration_link_index | /driver-self-registration/registration-links | Path does not match |
| 30 | app_driver_registration_link_get_list | /driver-self-registration/registration-links/get_list | Path does not match |
| 31 | app_driver_registration_link_new | /driver-self-registration/registration-links/new | Path does not match |
| 32 | app_driver_registration_link_create | /driver-self-registration/registration-links/create | Path does not match |
| 33 | app_driver_registration_link_edit | /driver-self-registration/registration-links/{id}/edit | Path does not match |
| 34 | app_driver_registration_link_update | /driver-self-registration/registration-links/{id}/update | Path does not match |
| 35 | app_driver_registration_link_delete | /driver-self-registration/registration-links/{id}/delete | Path does not match |
| 36 | app_driver_registration_link_generate_csv | /driver-self-registration/registration-links/generate-from-csv | Path does not match |
| 37 | app_driver_registration_link_validate_file | /driver-self-registration/registration-links/validate-file | Path does not match |
| 38 | app_driver_registration_link_import_file | /driver-self-registration/registration-links/import-file | Path does not match |
| 39 | app_driver_account_my_data | /driver/account/my-data | Path does not match |
| 40 | app_driver_account_my_data_update | /driver/account/my-data | Path does not match |
| 41 | app_driver_account_activate | /driver/account/{activationLinkHash} | Path does not match |
| 42 | app_driver_account_activate_submit | /driver/account/{activationLinkHash} | Path does not match |
| 43 | app_driver_approval_index | /drivers/approvals | Path does not match |
| 44 | app_driver_approval_get_list | /drivers/approvals/get_list | Path does not match |
| 45 | app_driver_approval_show | /drivers/approvals/{id}/show | Path does not match |
| 46 | app_driver_approval_approve | /drivers/approvals/{id}/approve | Path does not match |
| 47 | app_driver_approval_reject | /drivers/approvals/{id}/reject | Path does not match |
| 48 | app_driver_index | /drivers | Path does not match |
| 49 | app_driver_get_list | /drivers/get_list | Path does not match |
| 50 | app_driver_new | /drivers/new | Path does not match |
| 51 | app_driver_create | /drivers/create | Path does not match |
| 52 | app_driver_edit | /drivers/{id}/edit | Path does not match |
| 53 | app_driver_update | /drivers/{id}/update | Path does not match |
| 54 | app_driver_delete | /drivers/{id}/delete | Path does not match |
| 55 | app_driver_document_type_index | /driver-document-types | Path does not match |
| 56 | app_driver_document_type_new | /driver-document-types/new | Path does not match |
| 57 | app_driver_document_type_create | /driver-document-types/create | Path does not match |
| 58 | app_driver_document_type_edit | /driver-document-types/{id}/edit | Path does not match |
| 59 | app_driver_document_type_update | /driver-document-types/{id}/update | Path does not match |
| 60 | app_driver_document_type_delete | /driver-document-types/{id}/delete | Path does not match |
| 61 | app_password_reset_request | /password-reset/request | Path does not match |
| 62 | app_password_reset | /password-reset/{token} | Path does not match |
| 63 | app_register | /register | Path does not match |
| 64 | app_role_index | /roles | Path does not match |
| 65 | app_role_new | /roles/new | Path does not match |
| 66 | app_role_create | /roles/create | Path does not match |
| 67 | app_role_edit | /roles/{id}/edit | Path does not match |
| 68 | app_role_update | /roles/{id}/update | Path does not match |
| 69 | app_role_delete | /roles/{id}/delete | Path does not match |
| 70 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.