Routing
app_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/register
# | Route name | Path | Log |
---|---|---|---|
1 | app_abscence_index | /abscence/ | Path does not match |
2 | app_abscence_new | /abscence/new | Path does not match |
3 | app_abscence_show | /abscence/{id} | Path does not match |
4 | app_abscence_edit | /abscence/{id}/edit | Path does not match |
5 | app_abscence_delete | /abscence/{id} | Path does not match |
6 | app_appointement_index | /appointement/ | Path does not match |
7 | app_appointement_prospect | /appointement/rendez-vous/{id} | Path does not match |
8 | app_appointement_new | /appointement/new | Path does not match |
9 | app_appointement_rapport | /appointement/rapport/{id} | Path does not match |
10 | app_appointement_changestate | /appointement/change-state/{id}/{state} | Path does not match |
11 | app_appointement_show | /appointement/{id} | Path does not match |
12 | app_appointement_edit | /appointement/{id}/edit | Path does not match |
13 | app_appointement_delete | /appointement/{id} | Path does not match |
14 | app_charge_index | /charge/ | Path does not match |
15 | app_charge_new | /charge/new | Path does not match |
16 | app_charge_show | /charge/{id} | Path does not match |
17 | app_charge_edit | /charge/{id}/edit | Path does not match |
18 | app_charge_delete | /charge/{id} | Path does not match |
19 | app_hebergement_index | /hebergement/ | Path does not match |
20 | app_hebergement_new | /hebergement/new | Path does not match |
21 | app_hebergement_show | /hebergement/{id} | Path does not match |
22 | app_hebergement_edit | /hebergement/{id}/edit | Path does not match |
23 | app_hebergement_delete | /hebergement/{id} | Path does not match |
24 | app_login | /login | Path does not match |
25 | app_login_redirecttohome | / | Path does not match |
26 | app_logout | /logout | Path does not match |
27 | app_personel_index | /personel/ | Path does not match |
28 | app_personel_new | /personel/new | Path does not match |
29 | app_personel_show | /personel/{id} | Path does not match |
30 | app_personel_edit | /personel/{id}/edit | Path does not match |
31 | app_personel_delete | /personel/{id} | Path does not match |
32 | app_product_category_index | /product/category/ | Path does not match |
33 | app_product_category_new | /product/category/new | Path does not match |
34 | app_product_category_show | /product/category/{id} | Path does not match |
35 | app_product_category_edit | /product/category/{id}/edit | Path does not match |
36 | app_product_category_delete | /product/category/{id} | Path does not match |
37 | app_prospect_product_index | /prospect-product/ | Path does not match |
38 | app_prospect_product_findprospect | /prospect-product/find/{id} | Path does not match |
39 | app_prospect_product_new | /prospect-product/new | Path does not match |
40 | app_prospect_product_newprospect | /prospect-product/add/{id} | Path does not match |
41 | app_prospect_product_show | /prospect-product/{id} | Path does not match |
42 | app_prospect_product_edit | /prospect-product/{id}/edit | Path does not match |
43 | app_prospect_product_delete | /prospect-product/{id} | Path does not match |
44 | app_prospect_service_index | /prospect-service/ | Path does not match |
45 | app_prospect_service_findprospect | /prospect-service/findprospect/{id} | Path does not match |
46 | app_prospect_service_addprospect | /prospect-service/add-prospect/{id} | Path does not match |
47 | app_prospect_service_new | /prospect-service/new | Path does not match |
48 | app_prospect_service_show | /prospect-service/{id} | Path does not match |
49 | app_prospect_service_edit | /prospect-service/{id}/edit | Path does not match |
50 | app_prospect_service_delete | /prospect-service/{id} | Path does not match |
51 | app_prospection_index | /prospection/ | Path does not match |
52 | app_prospection_new | /prospection/new | Path does not match |
53 | app_prospection_newrefus | /prospection/prospection-refus/{id} | Path does not match |
54 | app_prospection_accepted | /prospection/prospection-accepted/{id} | Path does not match |
55 | app_prospection_utilisateur | /prospection/ma-prospection | Path does not match |
56 | app_prospection_show | /prospection/{id} | Path does not match |
57 | app_prospection_edit | /prospection/{id}/edit | Path does not match |
58 | app_prospection_delete | /prospection/{id} | Path does not match |
59 | app_register | /register | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.