Routing
client_order.print
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "3356" |
Route Matching Logs
Path to match:
/client-order/3356/print
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | homepage | / | Path does not match |
| 2 | admin | / | Path does not match |
| 3 | client_order.generate_devis | /client-order/generate-devis | Path does not match |
| 4 | client_order.create | /client-order/create | Path does not match |
| 5 | client_order.print_by_reference | /client-order/{reference}/print-by-reference | Path does not match |
| 6 | client_order.print | /client-order/{id}/print | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.