Routing

app_shop_partial_product_association_show_with_sort Matched route

Route Parameters

Name Value
_sylius
[
  "template" => "$template"
  "isSubscriberDashboard" => "$isSubscriberDashboard"
  "repository" => [
    "method" => [
      "expr:service('app.repository.product_association')"
      "findWithProductsWithinChannelAndSort"
    ]
    "arguments" => [
      "$id"
      "expr:service('sylius.context.channel').getChannel()"
      "$fieldSort"
    ]
  ]
]
id
"6198"
productId
"8253"

Route Matching Logs

Path to match: /_partial/products/8253/associations/6198/sort
# Route name Path Log
1 app_shop_account_address_book_index /account/address-book Path does not match
2 app_shop_account_address_book_set_as_default /account/address-book/{id}/set-as-default Path does not match
3 app_admin_company_index /admin/companies/ Path does not match
4 app_admin_company_create /admin/companies/new Path does not match
5 app_admin_company_update /admin/companies/{id}/edit Path does not match
6 app_admin_company_delete /admin/companies/{id} Path does not match
7 app_admin_company_ajax_by_phrase /admin/ajax/company/search/by-phrase Path does not match
8 app_admin_company_admin_ajax_by_code /admin/ajax/company/search/by-code Path does not match
9 app_admin_company_show /admin/company/{id} Path does not match
10 app_admin_drm_token_index /admin/drm-tokens/ Path does not match
11 app_admin_drm_token_show /admin/drm-tokens/{id} Path does not match
12 webhook_drm_vitrium_authenticate /webhook/{type}/authenticate Path does not match
13 app_redirect_sylius_shop_account_dashboard /account/dashboard Path does not match
14 app_redirect_sylius_shop_account_change_password /account/change-password Path does not match
15 app_redirect_sylius_shop_product_review_index /products/{slug}/reviews Path does not match
16 app_redirect_sylius_shop_product_review_create /products/{slug}/reviews/new Path does not match
17 app_admin_import_index /admin/imports/ Path does not match
18 app_admin_import_show /admin/imports/{id} Path does not match
19 app_admin_invoice_index /admin/invoices/ Path does not match
20 app_admin_invoice_create /admin/invoices/new Path does not match
21 app_admin_invoice_update /admin/invoices/{id}/edit Path does not match
22 app_admin_invoice_delete /admin/invoices/{id} Path does not match
23 app_shop_partial_product_association_show_with_sort /_partial/products/{productId}/associations/{id}/sort Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.