Routing
app_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
Route Matching Logs
Path to match:
/login/fr
| # | 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_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 7 | _profiler_font | /_profiler/font/{fontName}.woff2 | 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 | app_apicontrollers_restapi_restapiarticle | /api/{version}/hybris/article | Path does not match |
| 15 | app_apicontrollers_restapi_restapitranslation | /api/{version}/hybris/translation | Path does not match |
| 16 | view_assign_article_overview | /assignArticle | Path does not match |
| 17 | view_assign_article | /assignArticle/{shopId}/{offset} | Path does not match |
| 18 | ajax_set_article_price | /ajaxSetArticlePrice | Path does not match |
| 19 | ajax_set_assigned_categories | /ajaxSetAssignedCategories | Path does not match |
| 20 | ajax_upsert_article_to_shop_state | /ajaxUpsertArticleToShopState | Path does not match |
| 21 | ajax_save_assignment | /saveAssignment | Path does not match |
| 22 | ajax_remove_assignments | /removeAssignments | Path does not match |
| 23 | ajax_get_all_assigned_article | /getAllAssignedArticle | Path does not match |
| 24 | ajax_set_shop_state | /ajaxSetShopState | Path does not match |
| 25 | ajax_reset_shop_state | /ajaxResetShopState | Path does not match |
| 26 | ajax_check_shop_is_blocked | /ajaxCheckShopIsBlocked | Path does not match |
| 27 | ajax_get_changed_prices | /ajaxGetChangedPrices | Path does not match |
| 28 | ajax_dismiss_changed_prices | /ajaxDismissChangedPrices | Path does not match |
| 29 | view_configure_multiple_custom_product | /configureMultipleCustomProduct/{shopId}/{type}/articleSet | Path does not match |
| 30 | view_configure_custom_product | /configureCustomProduct/{shopId}/{articleId}/{articleToShopId}/{type} | Path does not match |
| 31 | custom_product_editor | /customProductEditor/{shopId}/{articleId}/{articleToShopId}/{type}/{front}/{back} | Path does not match |
| 32 | save_custom_product | /saveCustomProduct | Path does not match |
| 33 | view_dashboard | / | Path does not match |
| 34 | ajax_get_current_order_stats | /ajaxGetCurrentOrderStats | Path does not match |
| 35 | ajax_get_current_order_stats_dealer | /ajaxGetCurrentOrderStatsDealer | Path does not match |
| 36 | ajax_get_current_order_stats_for_period | /ajaxGetCurrentOrderStatsForPeriod | Path does not match |
| 37 | ajax_get_top_ten | /ajaxGetTopTen | Path does not match |
| 38 | ajax_get_stats_for_dealer | /ajaxGetStatsForDealerDashboard | Path does not match |
| 39 | ajax_get_number_of_shops | /ajaxGetNumberOfShops | Path does not match |
| 40 | ajax_get_orders_total | /ajaxGetOrdersTotal | Path does not match |
| 41 | defaultCategories | /defaultCategories | Path does not match |
| 42 | defaultCategoriesSave | /defaultCategories/save | Path does not match |
| 43 | defaultCategoriesSaveEdited | /defaultCategories/saveEdited | Path does not match |
| 44 | defaultCategoriesDelete | /defaultCategories/delete/{identifier} | Path does not match |
| 45 | legalAdmin | /legalAdmin | Path does not match |
| 46 | legalAdminSave | /legalAdmin/save | Path does not match |
| 47 | api_load_balancer | /loadbalancer | Path does not match |
| 48 | editMasterData | /editMasterData | Path does not match |
| 49 | saveLegalText | /saveLegalText | Path does not match |
| 50 | /savePaymentMethods | /savePaymentMethods | Path does not match |
| 51 | saveDeliveryMethods | /saveDeliveryMethods | Path does not match |
| 52 | sendMasterDataToShop | /sendMasterDataToShop | Path does not match |
| 53 | view_logo_manager | /logo_manager/{offset} | Path does not match |
| 54 | media_upload | /mediaUpload | Path does not match |
| 55 | save_edit_media | /saveEditMedia | Path does not match |
| 56 | delete_media | /deleteMedia | Path does not match |
| 57 | get_media | /getmedia/{id} | Path does not match |
| 58 | get_media_shortcut | /m/{id} | Path does not match |
| 59 | ajax_file_upload | /ajaxFileUpload | Path does not match |
| 60 | ajax_wizard_file_upload | /ajaxWizardFileUpload | Path does not match |
| 61 | ajax_get_media_path | /ajaxGetMediaPath | Path does not match |
| 62 | order_summary | /order_summary | Path does not match |
| 63 | order_summary_approve | /order_summary/{shopId}/{type} | Path does not match |
| 64 | test_export | /testExport | Path does not match |
| 65 | app_frontendcontrollers_ordersummary_dispatchajax | /ordersDispatchAjax | Path does not match |
| 66 | order_reexport | /order_reexport | Path does not match |
| 67 | ajax_show_order | /ajaxShowOrder | Path does not match |
| 68 | view_queue_monitoring | /queue_monitoring | Path does not match |
| 69 | view_failed_queues | /failed_queues | Path does not match |
| 70 | ajax_dispatch_admin_tools | /adminToolsDispatchAjax | Path does not match |
| 71 | app_login | /login/{_locale} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.