Routing
registration
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "fr" |
Route Matching Logs
Path to match:
/registration
# | Route name | Path | Log |
---|---|---|---|
1 | annonces_index | /Products/ | Path does not match |
2 | annonces_new | /Products/new | Path does not match |
3 | annonces_show | /Products/{id} | Path does not match |
4 | edit_product | /Products/{id}/edit-product | Path does not match |
5 | annonces_edit_ville | /Products/{id}/add-to-ville | Path does not match |
6 | annonces_edit | /Products/{id}/edit | Path does not match |
7 | annonces_set | /Products/{id}/set | Path does not match |
8 | annonces_set_sp | /Products/{id}/set-sp | Path does not match |
9 | annonces_delete | /Products/{id} | Path does not match |
10 | annonces_delete_image | /Products/supprime/image/{id} | Path does not match |
11 | products_edit | /Products/{id}/edit/product | Path does not match |
12 | order_show | /Products/{id}/Order | Path does not match |
13 | product_service_show | /Products/{id}/Service | Path does not match |
14 | all_service_show | /Products/{param}/Services | Path does not match |
15 | account_info | /Products/account-info/{id} | Path does not match |
16 | users_edit | /Products/{id}/edit/user | Path does not match |
17 | registration.fr | /registration | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.