Routing
home.news
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "en" |
Route Matching Logs
Path to match:
/en/news
# | 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_search_results | /_profiler/{token}/search/results | Path does not match |
9 | _profiler_open_file | /_profiler/open | Path does not match |
10 | _profiler | /_profiler/{token} | Path does not match |
11 | _profiler_router | /_profiler/{token}/router | Path does not match |
12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
14 | admin.account | /{_locale}/admin/accounts/{page} | Path does not match |
15 | admin.account.detail | /{_locale}/admin/accounts/detail/{user} | Path does not match |
16 | debug_twig | /{_locale}/debug/twig | Path does not match |
17 | admin | /{_locale}/admin | Path does not match |
18 | admin.settings | /{_locale}/admin/settings | Path does not match |
19 | admin.items | /{_locale}/admin/items/{page} | Path does not match |
20 | admin.character.detail | /{_locale}/admin/character/detail/{character} | Path does not match |
21 | admin.character.list | /{_locale}/admin/characters/{page} | Path does not match |
22 | cms_news_category | /{_locale}/admin/news/category/ | Path does not match |
23 | cms_news_category.new | /{_locale}/admin/news/category/new | Path does not match |
24 | cms_news_category.edit | /{_locale}/admin/news/category/edit/{id} | Path does not match |
25 | cms_news_category.delete | /{_locale}/admin/news/category/delete/{id} | Path does not match |
26 | cms_news_index | /{_locale}/admin/news// | Path does not match |
27 | cms_news_new | /{_locale}/admin/news//new | Path does not match |
28 | cms_news_edit | /{_locale}/admin/news//{id}/edit | Path does not match |
29 | cms_news_delete | /{_locale}/admin/news//{id} | Path does not match |
30 | cms_pages_index | /{_locale}/admin/pages/ | Path does not match |
31 | cms_pages_new | /{_locale}/admin/pages/new | Path does not match |
32 | cms_pages_show | /{_locale}/admin/pages/{id} | Path does not match |
33 | cms_pages_edit | /{_locale}/admin/pages/{id}/edit | Path does not match |
34 | cms_pages_delete | /{_locale}/admin/pages/{id} | Path does not match |
35 | cms_shop_index | /{_locale}/admin/shop/ | Path does not match |
36 | cms_shop_new | /{_locale}/admin/shop/new | Path does not match |
37 | cms_shop_edit | /{_locale}/admin/shop/{id}/edit | Path does not match |
38 | admin.coupons | /{_locale}/admin/coupons | Path does not match |
39 | admin.coupons.create | /{_locale}/admin/coupons/create | Path does not match |
40 | admin_coupon_delete | /{_locale}/admin/coupons/delete/{id} | Path does not match |
41 | admin.guilds | /{_locale}/admin/guilds/ | Path does not match |
42 | admin_guild.get | /{_locale}/admin/guilds/{id} | Path does not match |
43 | admin.item_categories | /{_locale}/admin/item-categories | Path does not match |
44 | admin.item_category_items | /{_locale}/admin/item-category-items | Path does not match |
45 | admin.item_category_items.delete | /{_locale}/admin/item-category-items/delete | Path does not match |
46 | api.news | /{_locale}/api/v1/news | Path does not match |
47 | client_shop_credit | /{_locale}/clientshop/credit | Path does not match |
48 | client_shop_detail | /{_locale}/clientshop/detail/{id} | Path does not match |
49 | client_shop | /{_locale}/clientshop | Path does not match |
50 | game.players.liste | /{_locale}/players | Path does not match |
51 | game.players.liste.online | /{_locale}/online-players | Path does not match |
52 | game.rank.level | /{_locale}/rank/level | Path does not match |
53 | guilds | /{_locale}/guilds | Path does not match |
54 | home | /{_locale}/ | Path does not match |
55 | home.news | /{_locale}/news | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.