Routing
delivery_information
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/delivery-information
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | 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 | cart_new | /cart | Path does not match |
| 14 | promo_code | /api/promo-code | Path does not match |
| 15 | verify_client | /api/verify-client | Path does not match |
| 16 | checkout_new | /checkout-new | Path does not match |
| 17 | verify_stock | /api/verify-stock/{idDec}/{qty} | Path does not match |
| 18 | new_commande | /api/commande-new | Path does not match |
| 19 | recap | /recap | Path does not match |
| 20 | product_list_by_category | /api/product-list-by-category | Path does not match |
| 21 | category_new | /category/{id}/{name} | Path does not match |
| 22 | category_dec | /category-dec/{id}/{name} | Path does not match |
| 23 | dec_list_by_category | /api/dec-list-by-category | Path does not match |
| 24 | home | / | Path does not match |
| 25 | api_category_home | /api/category_home | Path does not match |
| 26 | home_index | /home | Path does not match |
| 27 | new_products | /new-products | Path does not match |
| 28 | new_products_dec | /new-products-dec | Path does not match |
| 29 | api_new_products | /api/new-products | Path does not match |
| 30 | api_new_products_dec | /api/new-products-dec | Path does not match |
| 31 | promo_products | /promotion | Path does not match |
| 32 | promo_products_dec | /promotion-dec | Path does not match |
| 33 | api_promo_products | /api/promotion | Path does not match |
| 34 | api_promo_products_dec | /api/promotion-dec | Path does not match |
| 35 | product_search | /search/{idCategory}/{search} | Path does not match |
| 36 | product_search_dec | /search-dec/{idCategory}/{search} | Path does not match |
| 37 | api_product_search | /api/product-search | Path does not match |
| 38 | api_product_search_dec | /api/product-search-dec | Path does not match |
| 39 | pack_products | /good-plan | Path does not match |
| 40 | who_are_we | /who-are-we | Path does not match |
| 41 | delivery_information | /delivery-information | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.