Routing
admin_app_login
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "ru" |
Route Matching Logs
Path to match:
/admin/ru/login
# | Route name | Path | Log |
---|---|---|---|
1 | site_access_denied | /access_denied | Path does not match |
2 | home_page | / | Path does not match |
3 | user_homepage | /user_homepage | Path does not match |
4 | user_app_login | /login | Path does not match |
5 | user_app_logout | /logout | Path does not match |
6 | api_login_check | /api/v1/authentication_token | Path does not match |
7 | role_list | /admin/{_locale}/admin_role/ | Path does not match |
8 | admin_role_edit | /admin/{_locale}/admin_role/edit/{id} | Path does not match |
9 | admin_role_show | /admin/{_locale}/admin_role/show/{id} | Path does not match |
10 | admin_role_new | /admin/{_locale}/admin_role/new | Path does not match |
11 | find_admin_role_ajax | /admin/{_locale}/admin_role/find_admin_role_ajax | Path does not match |
12 | admin_user | /admin/{_locale}/admin_user/ | Path does not match |
13 | admin_user_new | /admin/{_locale}/admin_user/new | Path does not match |
14 | admin_user_edit | /admin/{_locale}/admin_user/edit/{id} | Path does not match |
15 | admin_user_show | /admin/{_locale}/admin_user/show/{id} | Path does not match |
16 | admin_user_password_edit | /admin/{_locale}/admin_user/password/{id} | Path does not match |
17 | find_admin_user_ajax | /admin/{_locale}/admin_user/find_admin_user_ajax | Path does not match |
18 | admin_design_edit | /admin/{_locale}/design/edit | Path does not match |
19 | menu_list | /admin/{_locale}/menu/ | Path does not match |
20 | admin_menu_edit | /admin/{_locale}/menu/edit/{id} | Path does not match |
21 | admin_menu_show | /admin/{_locale}/menu/show/{id} | Path does not match |
22 | admin_menu_new | /admin/{_locale}/menu/new | Path does not match |
23 | find_menu_ajax | /admin/{_locale}/menu/find_menu_ajax | Path does not match |
24 | admin_api_key_list | /admin/{_locale}/api_key/ | Path does not match |
25 | admin_api_key_add | /admin/{_locale}/api_key/add | Path does not match |
26 | admin_api_key_show | /admin/{_locale}/api_key/show/{id} | Path does not match |
27 | admin_api_key_edit | /admin/{_locale}/api_key/edit/{id} | Path does not match |
28 | admin_index | /admin/{_locale}/dashboard | Path does not match |
29 | admin_cache_management | /admin/{_locale}/service_management/cache | Path does not match |
30 | admin_api_error_code_list | /admin/{_locale}/service_management/api_code | Path does not match |
31 | translator_list | /admin/{_locale}/translator/ | Path does not match |
32 | admin_translator_edit | /admin/{_locale}/translator/edit/{id} | Path does not match |
33 | admin_translator_show | /admin/{_locale}/translator/show/{id} | Path does not match |
34 | admin_translator_new | /admin/{_locale}/translator/new | Path does not match |
35 | translator_domain_list | /admin/{_locale}/translator_domain/ | Path does not match |
36 | admin_translator_domain_edit | /admin/{_locale}/translator_domain/edit/{id} | Path does not match |
37 | admin_translator_domain_new | /admin/{_locale}/translator_domain/new | Path does not match |
38 | admin_translator_domain_show | /admin/{_locale}/translator_domain/show/{id} | Path does not match |
39 | find_translator_domain_ajax | /admin/{_locale}/translator_domain/find_translator_domain_ajax | Path does not match |
40 | export_translator_by_domain | /admin/{_locale}/translator_domain/export/{id} | Path does not match |
41 | import_translator_by_domain | /admin/{_locale}/translator_domain/import/{id} | Path does not match |
42 | translator_language_list | /admin/{_locale}/translator_language/ | Path does not match |
43 | admin_translator_language_edit | /admin/{_locale}/translator_language/edit/{id} | Path does not match |
44 | admin_translator_language_show | /admin/{_locale}/translator_language/show/{id} | Path does not match |
45 | admin_translator_language_new | /admin/{_locale}/translator_language/new | Path does not match |
46 | find_translator_language_ajax | /admin/{_locale}/translator_language/find_translator_language_ajax | Path does not match |
47 | admin_translator_management | /admin/translator_management/{_locale}/panel | Path does not match |
48 | admin_app_login | /admin/{_locale}/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.