Routing
slug
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "es" |
s | null |
Route Matching Logs
Path to match:
/es
# | Route name | Path | Log |
---|---|---|---|
1 | contact_form_action | /{_locale}/_contact | Path does not match |
2 | admin_list | /{_locale}/admin/adminmenu/list | Path does not match |
3 | admin_icon_list | /{_locale}/admin/icon/list | Path does not match |
4 | admin_page_edit | /{_locale}/admin/page/{uuid}/edit | Path does not match |
5 | index | / | Path does not match |
6 | admin_index | /{_locale}/admin/ | Path does not match |
7 | admin_cache | /{_locale}/admin/cache | Path does not match |
8 | admin_search | /{_locale}/admin/search | Path does not match |
9 | admin_ajax_new_entity | /{_locale}/admin/ajax/new/{entity} | Path does not match |
10 | admin_entity_list | /{_locale}/admin/{entity}/list | Path does not match |
11 | admin_entity_export | /{_locale}/admin/{entity}/export | Path does not match |
12 | admin_entity_new | /{_locale}/admin/{entity}/new | Path does not match |
13 | admin_entity_edit | /{_locale}/admin/{entity}/{uuid}/edit | Path does not match |
14 | admin_entity_delete | /{_locale}/admin/{entity}/{uuid}/delete | Path does not match |
15 | admin_entity_move | /{_locale}/admin/{entity}/move | Path does not match |
16 | admin_entity_toggle | /{_locale}/admin/{entity}/{uuid}/toggle | Path does not match |
17 | admin_entity_feature | /{_locale}/admin/{entity}/{uuid}/feature | Path does not match |
18 | admin_entity_duplicate | /{_locale}/admin/{entity}/{uuid}/duplicate | Path does not match |
19 | admin_entity_preview | /{_locale}/admin/{entity}/{uuid}/preview | Path does not match |
20 | admin_login | /{_locale}/admin/login | Path does not match |
21 | admin_logout | /{_locale}/admin/logout | Path does not match |
22 | slug | /{_locale}/{s} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.