Routing
products_details
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "402100" |
Route Matching Logs
Path to match:
/produits/402100
| # | 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_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 14 | admin_agences_index | /admin/agences/ | Path does not match |
| 15 | admin_agences_add | /admin/agences/ajout | Path does not match |
| 16 | admin_agences_edit | /admin/agences/edition/{id} | Path does not match |
| 17 | admin_agences_delete | /admin/agences/suppression/{id} | Path does not match |
| 18 | admin_asks_index | /admin/asks/ | Path does not match |
| 19 | admin_categories_index | /admin/categories/ | Path does not match |
| 20 | admin_contacts_index | /admin/contacts/ | Path does not match |
| 21 | admin_contacts_add | /admin/contacts/ajout | Path does not match |
| 22 | admin_contacts_edit | /admin/contacts/edition/{id} | Path does not match |
| 23 | admin_contacts_delete | /admin/contacts/suppression/{id} | Path does not match |
| 24 | admin_entreprises_index | /admin/entreprises/ | Path does not match |
| 25 | admin_entreprises_add | /admin/entreprises/ajout | Path does not match |
| 26 | admin_entreprises_show | /admin/entreprises/consultation/{id} | Path does not match |
| 27 | admin_entreprises_edit | /admin/entreprises/edition/{id} | Path does not match |
| 28 | admin_entreprises_delete | /admin/entreprises/suppression/{id} | Path does not match |
| 29 | admin_index | /admin/ | Path does not match |
| 30 | admin_products_testemail | /admin/produits/testemail | Path does not match |
| 31 | admin_products_index | /admin/produits/ | Path does not match |
| 32 | admin_products_add | /admin/produits/ajout | Path does not match |
| 33 | admin_products_edit | /admin/produits/edition/{id} | Path does not match |
| 34 | admin_products_duplicate | /admin/produits/dupliquer/{id} | Path does not match |
| 35 | admin_products_delete | /admin/produits/suppression/{id} | Path does not match |
| 36 | admin_products_delete_image | /admin/produits/suppression/image/{id} | Path does not match |
| 37 | admin_users_index | /admin/utilisateurs/ | Path does not match |
| 38 | admin_users_edit | /admin/utilisateurs/edition/{id} | Path does not match |
| 39 | admin_users_delete | /admin/utilisateurs/suppression/{id} | Path does not match |
| 40 | cart_index | /cart/ | Path does not match |
| 41 | cart_add | /cart/add/{id} | Path does not match |
| 42 | cart_remove | /cart/remove/{id} | Path does not match |
| 43 | cart_delete | /cart/delete/{id} | Path does not match |
| 44 | cart_empty | /cart/empty | Path does not match |
| 45 | categories_list | /categories/{slug} | Path does not match |
| 46 | main | / | Path does not match |
| 47 | subscribe | /subscribe | Path does not match |
| 48 | confirm_email | /confirm/{token} | Path does not match |
| 49 | app_update | /update | Path does not match |
| 50 | app_import_images | /importimages | Path does not match |
| 51 | app_import | /import/{importFile} | Path does not match |
| 52 | app_orders_add | /commandes/ajout | Path does not match |
| 53 | products_index | /produits/ | Path does not match |
| 54 | products_details | /produits/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.