Routing
app_news_news
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/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_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 | app_admin | /admin | Path does not match |
| 16 | app_admin_fish | /admin/fish | Path does not match |
| 17 | app_admin_fish_add | /admin/fish/add_fish | Path does not match |
| 18 | app_admin_fish_list | /admin/fish/list_fish | Path does not match |
| 19 | app_admin_fish_delete | /admin/fish/delete/{id} | Path does not match |
| 20 | app_admin_fish_edit | /admin/fish/edit/{id} | Path does not match |
| 21 | app_admin_items | /admin/items | Path does not match |
| 22 | app_admin_items_pagination | /admin/items/{li} | Path does not match |
| 23 | app_admin_items_add | /admin/items/add | Path does not match |
| 24 | app_admin_items_edit | /admin/items/edit/{id} | Path does not match |
| 25 | app_admin_items_delete | /admin/items/delete/{id} | Path does not match |
| 26 | app_admin_items_gift | /admin/items/gift | Path does not match |
| 27 | app_admin_news | /admin/news | Path does not match |
| 28 | app_admin_news_pagination | /admin/news/{li} | Path does not match |
| 29 | app_admin_news_form | /admin/news/add_news | Path does not match |
| 30 | app_admin_news_delete | /admin/news/delete/{id} | Path does not match |
| 31 | app_admin_news_edit | /admin/news/edit/{id} | Path does not match |
| 32 | app_admin_page | /admin/page | Path does not match |
| 33 | app_admin_page_pagination | /admin/page/{li} | Path does not match |
| 34 | app_admin_page_form | /admin/page/add_page | Path does not match |
| 35 | app_admin_page_delete | /admin/page/delete/{id} | Path does not match |
| 36 | app_admin_page_edit | /admin/page/edit/{id} | Path does not match |
| 37 | app_admin_settings | /admin/settings | Path does not match |
| 38 | app_admin_settings_list | /admin/settings/{page} | Path does not match |
| 39 | app_admin_settings_delete | /admin/settings/delete/{id} | Path does not match |
| 40 | app_admin_settings_edit | /admin/settings/edit/{id} | Path does not match |
| 41 | app_admin_shops | /admin/shops | Path does not match |
| 42 | app_admin_shops_pagination | /admin/shops/{li} | Path does not match |
| 43 | app_admin_shop_add | /admin/shops/add_new | Path does not match |
| 44 | app_admin_shops_delete | /admin/shops/delete/{id} | Path does not match |
| 45 | app_admin_shops_edit | /admin/shops/edit/{id} | Path does not match |
| 46 | app_admin_trips | /admin/trips | Path does not match |
| 47 | app_admin_trips_pagination | /admin/trips/{li} | Path does not match |
| 48 | app_admin_trips_add | /admin/trips/add_new | Path does not match |
| 49 | app_admin_trips_edit | /admin/trips/edit/{id} | Path does not match |
| 50 | app_admin_maps_add | /admin/maps/add_map | Path does not match |
| 51 | app_admin_maps | /admin/maps | Path does not match |
| 52 | app_admin_maps_pagination | /admin/maps/{li} | Path does not match |
| 53 | app_admin_maps_edit | /admin/maps/edit/{id} | Path does not match |
| 54 | app_admin_maps_delete | /admin/maps/delete/{id} | Path does not match |
| 55 | api_do_something | /api | Path does not match |
| 56 | api_isInExpedition | /api/get/isInExpedition | Path does not match |
| 57 | api_getLocation | /api/get/getLocation | Path does not match |
| 58 | api_getTrip | /api/get/getTrip | Path does not match |
| 59 | api_getMyData | /api/get/getMyData | Path does not match |
| 60 | api_getMyItems | /api/get/getMyItems | Path does not match |
| 61 | api_getItemsForShop | /api/get/getItemsForShop | Path does not match |
| 62 | api_getFishesFromUse | /api/get/getFishesFromUser | Path does not match |
| 63 | api_setExpedition | /api/set/setExpedition | Path does not match |
| 64 | api_setChangeEq | /api/set/setChangeEq | Path does not match |
| 65 | api_setBuyInShop | /api/set/setBuyInShop | Path does not match |
| 66 | api_setUpdateUser | /api/set/setUpdateUser | Path does not match |
| 67 | setSellFish | /api/set/setSellFish | Path does not match |
| 68 | app_contact | /contact | Path does not match |
| 69 | app_newuser | /newuser | Path does not match |
| 70 | app_game_maps | /game/maps | Path does not match |
| 71 | app_game | /game | Path does not match |
| 72 | appmain | /aaa | Path does not match |
| 73 | app_my_account | /my_account | Path does not match |
| 74 | app_news_news | /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.