Routing
app_category
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "pro-etudes" |
Route Matching Logs
Path to match:
/hypnoses_thematiques/pro-etudes
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_categories_list | /admin/categories/ | Path does not match |
| 2 | admin_categories_add | /admin/categories/add | Path does not match |
| 3 | admin_categories_edit | /admin/categories/{item}/edit | Path does not match |
| 4 | admin_consultations_list | /admin/consultations/ | Path does not match |
| 5 | admin_consultations_add | /admin/consultations/add | Path does not match |
| 6 | admin_consultations_edit | /admin/consultations/{item}/edit | Path does not match |
| 7 | admin_consultations_requests_list | /admin/consultations-requests/ | Path does not match |
| 8 | admin_consultations_requests_show | /admin/consultations-requests/{item}/show | Path does not match |
| 9 | admin_consultations_requests_archive | /admin/consultations-requests/{item}/archive | Path does not match |
| 10 | admin_contact_list | /admin/contact/new | Path does not match |
| 11 | admin_contact_archived | /admin/contact/archived | Path does not match |
| 12 | admin_contact_archive | /admin/contact/{contact}/archive | Path does not match |
| 13 | admin_contact_show | /admin/contact/{item}/show | Path does not match |
| 14 | admin_index | /admin | Path does not match |
| 15 | admin_news_add | /admin/news/add | Path does not match |
| 16 | admin_orders_list | /admin/orders/ | Path does not match |
| 17 | admin_orders_show | /admin/orders/{item}/show | Path does not match |
| 18 | admin_products_list | /admin/products/ | Path does not match |
| 19 | admin_products_add | /admin/products/add | Path does not match |
| 20 | admin_products_edit | /admin/products/{item}/edit | Path does not match |
| 21 | admin_questions_waiting | /admin/questions/waiting | Path does not match |
| 22 | admin_questions_answered | /admin/questions/answered | Path does not match |
| 23 | admin_thoughts_list | /admin/thoughts/ | Path does not match |
| 24 | admin_thoughts_add | /admin/thoughts/add | Path does not match |
| 25 | admin_thoughts_edit | /admin/thoughts/{item}/edit | Path does not match |
| 26 | cart_add | /panier/ajouter/{id} | Path does not match |
| 27 | cart_show | /panier | Path does not match |
| 28 | cart_remove | /panier/retirer/{id} | Path does not match |
| 29 | checkout_create_order | /checkout/create-order | Path does not match |
| 30 | checkout_capture_order | /checkout/capture-order | Path does not match |
| 31 | checkout_thanks | /checkout/télécharger | Path does not match |
| 32 | consultation_request | /demande/{consultation} | Path does not match |
| 33 | consultation_create_order | /demande/{consultation}/create-order | Path does not match |
| 34 | consultation_capture_order | /demande/{consultation}/capture-order | Path does not match |
| 35 | consultation_thanks | /demande/{consultation}/merci | Path does not match |
| 36 | download_file | /download/{token} | Path does not match |
| 37 | app_home | / | Path does not match |
| 38 | app_ethique | /ethique | Path does not match |
| 39 | app_presentation | /presentation | Path does not match |
| 40 | app_consultation | /consultation | Path does not match |
| 41 | app_hypnose_thematique | /hypnoses_thematiques | Path does not match |
| 42 | app_category | /hypnoses_thematiques/{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.