Routing
app_shop_recruitment
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en_US" |
Route Matching Logs
Path to match:
/en_US/recrutement
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_contact | /{_locale}/contact | Path does not match |
| 2 | app_admin_translation_editor | /admin/translations/editor | Path does not match |
| 3 | app_brand_index | /{_locale}/forge-de-laguiole | Path does not match |
| 4 | app_ajax_checkout_recalculate | /ajax/checkout/recalculate/{_locale} | Path does not match |
| 5 | app_configurator_index | /{_locale}/configurator/ | Path does not match |
| 6 | app_couteau_finder_index | /{_locale}/couteau-finder/ | Path does not match |
| 7 | app_couteau_finder_step_options | /{_locale}/couteau-finder/step-options | Path does not match |
| 8 | app_couteau_finder_results | /{_locale}/couteau-finder/results | Path does not match |
| 9 | app_finder_index | /{_locale}/trouvez-votre-couteau | Path does not match |
| 10 | app_finder_results | /{_locale}/api/finder/results | Path does not match |
| 11 | app_press_index | /{_locale}/espace-presse | Path does not match |
| 12 | product_list | /{_locale}/products/list | Path does not match |
| 13 | product_catalog | /{_locale}/products/catalog | Path does not match |
| 14 | tradition_catalog | /{_locale}/tradition | Path does not match |
| 15 | sylius_shop_ajax_cart_add_item | /{_locale}/ajax/cart/add/{productId} | Path does not match |
| 16 | app_shop_ajax_cart_update_item | /{_locale}/ajax/cart/update-item/{itemId} | Path does not match |
| 17 | app_search_navbar | /search/navbar | Path does not match |
| 18 | app_shop_recruitment | /{_locale}/recrutement | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.