Routing
app_details_produit
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "1" |
Route Matching Logs
Path to match:
/details/produit/1
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | admin_commande_index | /admin/commande | Path does not match |
| 3 | admin_commande_new | /admin/commande/new | Path does not match |
| 4 | admin_commande_batch_delete | /admin/commande/batch-delete | Path does not match |
| 5 | admin_commande_autocomplete | /admin/commande/autocomplete | Path does not match |
| 6 | admin_commande_render_filters | /admin/commande/render-filters | Path does not match |
| 7 | admin_commande_edit | /admin/commande/{entityId}/edit | Path does not match |
| 8 | admin_commande_delete | /admin/commande/{entityId}/delete | Path does not match |
| 9 | admin_commande_detail | /admin/commande/{entityId} | Path does not match |
| 10 | admin_contact_index | /admin/contact | Path does not match |
| 11 | admin_contact_new | /admin/contact/new | Path does not match |
| 12 | admin_contact_batch_delete | /admin/contact/batch-delete | Path does not match |
| 13 | admin_contact_autocomplete | /admin/contact/autocomplete | Path does not match |
| 14 | admin_contact_render_filters | /admin/contact/render-filters | Path does not match |
| 15 | admin_contact_edit | /admin/contact/{entityId}/edit | Path does not match |
| 16 | admin_contact_delete | /admin/contact/{entityId}/delete | Path does not match |
| 17 | admin_contact_detail | /admin/contact/{entityId} | Path does not match |
| 18 | admin_produits_index | /admin/produits | Path does not match |
| 19 | admin_produits_new | /admin/produits/new | Path does not match |
| 20 | admin_produits_batch_delete | /admin/produits/batch-delete | Path does not match |
| 21 | admin_produits_autocomplete | /admin/produits/autocomplete | Path does not match |
| 22 | admin_produits_render_filters | /admin/produits/render-filters | Path does not match |
| 23 | admin_produits_edit | /admin/produits/{entityId}/edit | Path does not match |
| 24 | admin_produits_delete | /admin/produits/{entityId}/delete | Path does not match |
| 25 | admin_produits_detail | /admin/produits/{entityId} | Path does not match |
| 26 | admin_user_index | /admin/user | Path does not match |
| 27 | admin_user_new | /admin/user/new | Path does not match |
| 28 | admin_user_batch_delete | /admin/user/batch-delete | Path does not match |
| 29 | admin_user_autocomplete | /admin/user/autocomplete | Path does not match |
| 30 | admin_user_render_filters | /admin/user/render-filters | Path does not match |
| 31 | admin_user_edit | /admin/user/{entityId}/edit | Path does not match |
| 32 | admin_user_delete | /admin/user/{entityId}/delete | Path does not match |
| 33 | admin_user_detail | /admin/user/{entityId} | Path does not match |
| 34 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 35 | _wdt | /_wdt/{token} | Path does not match |
| 36 | _profiler_home | /_profiler/ | Path does not match |
| 37 | _profiler_search | /_profiler/search | Path does not match |
| 38 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 39 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 40 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 41 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 42 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 43 | _profiler_open_file | /_profiler/open | Path does not match |
| 44 | _profiler | /_profiler/{token} | Path does not match |
| 45 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 46 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 47 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 48 | app_about_us | /aboutus | Path does not match |
| 49 | app_cart | /cart | Path does not match |
| 50 | cart_add | /cart/add | Path does not match |
| 51 | cart_remove | /cart/remove | Path does not match |
| 52 | update_quantity | /cart/update-quantity | Path does not match |
| 53 | delete_cart | /suppCart | Path does not match |
| 54 | app_commande | /commande | Path does not match |
| 55 | app_adresse | /livraison | Path does not match |
| 56 | app_condition | /cgv | Path does not match |
| 57 | app_contact | /contact | Path does not match |
| 58 | app_success_message | /success | Path does not match |
| 59 | app_details_produit | /details/produit/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.