Routing
manager_login
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "en" |
Route Matching Logs
Path to match:
/en/manager
# | 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 | _preview_error | /_error/{code}.{_format} | Path does not match |
13 | login_nolocale | / | Path does not match |
14 | manager_login_nolocale | /manager/ | Path does not match |
15 | register_nolocale | /register | Path does not match |
16 | ask_recovery_nolocale | /recover | Path does not match |
17 | recover_nolocale | /recover/{token} | Path does not match |
18 | create_password_nolocale | /create-password/{token} | Path does not match |
19 | login | /{_locale} | Path does not match |
20 | logout | /{_locale}/logout | Path does not match |
21 | tra | /{_locale}/tra | Path does not match |
22 | register | /{_locale}/register | Path does not match |
23 | register_save | /{_locale}/register | Path does not match |
24 | register_success | /{_locale}/register/{resource}/success | Path does not match |
25 | ask_recovery | /{_locale}/recover | Path does not match |
26 | recover | /{_locale}/recover/{token} | Path does not match |
27 | create_password | /{_locale}/create-password/{token} | Path does not match |
28 | home | /{_locale}/home | Path does not match |
29 | pricing | /{_locale}/pricing | Path does not match |
30 | admin_user_list | /{_locale}/admin/user | Path does not match |
31 | admin_user_create | /{_locale}/admin/user/create | Path does not match |
32 | admin_user_create_save | /{_locale}/admin/user/create | Path does not match |
33 | admin_user_update | /{_locale}/admin/user/{user}/update | Path does not match |
34 | admin_user_update_save | /{_locale}/admin/user/{user}/update | Path does not match |
35 | admin_user_validator | /{_locale}/admin/user/{user}/validator | Path does not match |
36 | admin_user_validator_save | /{_locale}/admin/user/{user}/validator | Path does not match |
37 | admin_user_delete | /{_locale}/admin/user/{user}/delete | Path does not match |
38 | admin_user_send_password_creation | /{_locale}/admin/user/{user}/password-creation | Path does not match |
39 | admin_compta_home | /{_locale}/admin/compta | Path does not match |
40 | admin_compta_resource_export | /{_locale}/admin/compta/resource/export | Path does not match |
41 | admin_compta_record_export | /{_locale}/admin/compta/record/export | Path does not match |
42 | admin_compta_scenario_export | /{_locale}/admin/compta/scenario/export | Path does not match |
43 | admin_compta_sepa_export | /{_locale}/admin/compta/sepa/export | Path does not match |
44 | admin_compta_international_export | /{_locale}/admin/compta/international/export | Path does not match |
45 | admin_compta_csv_export | /{_locale}/admin/compta/csv/export | Path does not match |
46 | admin_compta_paypal_export | /{_locale}/admin/compta/paypal/export/{currency} | Path does not match |
47 | admin_compta_wise_export | /{_locale}/admin/compta/wise/export/{currency} | Path does not match |
48 | admin_compta_zar_export | /{_locale}/admin/compta/zar/export | Path does not match |
49 | admin_costs_records | /{_locale}/admin/costs/records | Path does not match |
50 | admin_costs_records_details | /{_locale}/admin/costs/records/{project} | Path does not match |
51 | admin_costs_scenarios | /{_locale}/admin/costs/scenarios | Path does not match |
52 | admin_costs_scenarios_details | /{_locale}/admin/costs/scenarios/{project} | Path does not match |
53 | admin_costs_resources | /{_locale}/admin/costs/resources | Path does not match |
54 | admin_costs_resources_details | /{_locale}/admin/costs/resources/{resource} | Path does not match |
55 | admin_delivery | /{_locale}/admin/delivery | Path does not match |
56 | admin_delivery_record | /{_locale}/admin/delivery/record/{project} | Path does not match |
57 | admin_delivery_record_deliver | /{_locale}/admin/delivery/record/{project}/deliver | Path does not match |
58 | admin_delivery_record_deliver_alt | /{_locale}/admin/delivery/record/{project}/deliver-alt | Path does not match |
59 | admin_delivery_scenario | /{_locale}/admin/delivery/scenario/{project} | Path does not match |
60 | admin_delivery_scenario_deliver | /{_locale}/admin/delivery/scenario/{project}/deliver | Path does not match |
61 | admin_delivery_scenario_deliver_alt | /{_locale}/admin/delivery/scenario/{project}/deliver-alt | Path does not match |
62 | manager_login | /{_locale}/manager | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.