Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | 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 | api_offices | /api/offices | Path does not match |
16 | admin_certification_manage | /admin/certification/manage | Path does not match |
17 | admin_certification_delete | /admin/certification/delete/{id} | Path does not match |
18 | admin_company_edit | /admin/company/edit/{id} | Path does not match |
19 | admin_company_capitals | /admin/company/capitals/{id} | Path does not match |
20 | admin_company_organization | /admin/company/organization/{id} | Path does not match |
21 | admin_company_contracts | /admin/company/contracts/{id} | Path does not match |
22 | admin_company_archives | /admin/company/archive/{id} | Path does not match |
23 | admin_event_edit | /admin/event/edit/{id} | Path does not match |
24 | admin_event_proof_delete | /admin/event/proof/delete/{id} | Path does not match |
25 | admin_event_manage | /admin/event/manage | Path does not match |
26 | admin_good_delete | /admin/good/delete/{id} | Path does not match |
27 | admin_home | /admin | Path does not match |
28 | admin_office_edit | /admin/office/edit/{id}/{contractId} | Path does not match |
29 | admin_user_manage | /admin/user/manage | Path does not match |
30 | admin_user_add | /admin/user/add | Path does not match |
31 | admin_user_edit | /admin/user/edit/{id} | Path does not match |
32 | ajax_certification_get | /ajax/certification/get | Path does not match |
33 | ajax_event_toggle | /ajax/event/toggle | Path does not match |
34 | ajax_event_cycle | /ajax/event/cycle | Path does not match |
35 | ajax_autocomplete_office | /ajax/office/get/{field} | Path does not match |
36 | ajax_office_content_toggle | /ajax/office/content/toggle | Path does not match |
37 | ajax_office_edit_request | /ajax/office/edit/request | Path does not match |
38 | ajax_office_variable_update | /ajax/office/variable/update | Path does not match |
39 | ajax_request_form | /ajax/request/form | Path does not match |
40 | ajax_request_message_add | /ajax/request/message/add | Path does not match |
41 | ajax_request_valid | /ajax/request/valid | Path does not match |
42 | front_company_edit | /company/edit/{id} | Path does not match |
43 | front_company_capitals | /company/capitals/{id} | Path does not match |
44 | front_event_edit | /event/edit/{id} | Path does not match |
45 | home | / | Path does not match |
46 | front_office_edit | /office/edit/{id} | Path does not match |
47 | front_user_manage | /user/manage | Path does not match |
48 | front_user_add | /user/add | Path does not match |
49 | front_user_edit | /user/edit/{id} | Path does not match |
50 | attachment_download | /attachment/download/{id} | Path does not match |
51 | event_deposit | /public/event/deposit/{id}/{token} | Path does not match |
52 | download_file | /download/{id} | Path does not match |
53 | download_public_file | /download-file/{filename} | Path does not match |
54 | redirect | /redirect | Path does not match |
55 | app_register | /register | Path does not match |
56 | app_validate_account | /validate | Path does not match |
57 | app_verify_email | /verify/email | Path does not match |
58 | 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.