Routing
index-en
Matched route
70
Tested routes before match
Route Parameters
| Name | Value |
|---|---|
| _locale | en |
Route Matching Logs
Path to match:
/en/
| # | 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_info | /_profiler/info/{about} | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | 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 | _twig_error_test | /_error/{code}.{_format} | Path does not match |
| 13 | nelmio_api_doc_index | /rest/docs/{view} | Path does not match |
| 14 | get_rest_user_token | /rest/user/token | Path does not match |
| 15 | post_rest_user_password_reset | /rest/user/password/reset | Path does not match |
| 16 | post_rest_user_password_change | /rest/user/password/change | Path does not match |
| 17 | post_rest_user_create | /rest/user/create | Path does not match |
| 18 | get_rest_animals_filter | /rest/animals/filter | Path does not match |
| 19 | get_rest_animals_list | /rest/animals/list | Path does not match |
| 20 | get_rest_animal | /rest/animal | Path does not match |
| 21 | get_rest_animal_services | /rest/animal/services | Path does not match |
| 22 | get_rest_animal_crowdfunding | /rest/animal/crowdfunding | Path does not match |
| 23 | get_rest_animal_help_log | /rest/animal/help/log | Path does not match |
| 24 | get_rest_animals_help_log | /rest/animals/help/log | Path does not match |
| 25 | get_rest_animals_broadcast | /rest/animals/broadcast | Path does not match |
| 26 | post_rest_cart_add_service | /rest/cart/add/service | Path does not match |
| 27 | delete_rest_cart_remove_service | /rest/cart/remove/service | Path does not match |
| 28 | get_rest_cart | /rest/cart | Path does not match |
| 29 | get_rest_cart_paymentid | /rest/cart/paymentid | Path does not match |
| 30 | delete_rest_cart_clear | /rest/cart/clear | Path does not match |
| 31 | post_rest_cart_checkout | /rest/cart/checkout | Path does not match |
| 32 | get_rest_user_profile | /rest/user/profile | Path does not match |
| 33 | get_rest_user_rank_list | /rest/user/rank/list | Path does not match |
| 34 | post_rest_user_email_change | /rest/user/email/change | Path does not match |
| 35 | post_rest_user_profile_change | /rest/user/profile/change | Path does not match |
| 36 | get_rest_user_country_list | /rest/user/country/list | Path does not match |
| 37 | post_rest_user_avatar_change | /rest/user/avatar/change | Path does not match |
| 38 | get_rest_user_orders_list | /rest/user/orders/list | Path does not match |
| 39 | get_rest_user_orders_list_old | /rest/user/orders/list_old | Path does not match |
| 40 | get_rest_user_order | /rest/user/order | Path does not match |
| 41 | get_rest_user_oauth_url | /rest/user/oauth/url | Path does not match |
| 42 | get_rest_user_oauth_token | /rest/user/oauth/token | Path does not match |
| 43 | get_rest_bonus | /rest/bonus | Path does not match |
| 44 | post_rest_bonus_report_upload | /rest/bonus/report/upload | Path does not match |
| 45 | post_rest_bonus_user_create | /rest/bonus/user/create | Path does not match |
| 46 | get_rest_bonus_report | /rest/bonus/report | Path does not match |
| 47 | get_translation | /translation | Path does not match |
| 48 | cart-en | /en/cart/ | Path does not match |
| 49 | cart-jp | /jp/cart/ | Path does not match |
| 50 | cart-de | /de/cart/ | Path does not match |
| 51 | cart-fr | /fr/cart/ | Path does not match |
| 52 | cart-sp | /sp/cart/ | Path does not match |
| 53 | cart | /{_locale}/cart/ | Path does not match |
| 54 | cart.add | /{_locale}/cart/ | Path does not match |
| 55 | cart.remove | /{_locale}/cart/ | Path does not match |
| 56 | cart.use-tf | /{_locale}/cart/use-tf | Path does not match |
| 57 | crowdfunding.checkout | /{_locale}/crowdfunding/checkout/ | Path does not match |
| 58 | fundraiser.checkout | /{_locale}/fundraiser/checkout/ | Path does not match |
| 59 | recurrent.checkout | /{_locale}/recurrent/checkout/ | Path does not match |
| 60 | certificate.checkout | /{_locale}/certificate/checkout/ | Path does not match |
| 61 | checkout.assistResult | /{_locale}/checkout/assist-result/ | Path does not match |
| 62 | dev-en | /en/dev/ | Path does not match |
| 63 | dev-jp | /jp/dev/ | Path does not match |
| 64 | dev-de | /de/dev/ | Path does not match |
| 65 | dev-fr | /fr/dev/ | Path does not match |
| 66 | dev-sp | /sp/dev/ | Path does not match |
| 67 | dev | /{_locale}/dev/ | Path does not match |
| 68 | notify-skipped-payments | /{_locale}/dev/notify-skipped-payments | Path does not match |
| 69 | sentry_test | /_sentry-test | Path does not match |
| 70 | index-en | /en/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.