Routing
app_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/inscription
# | 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_xdebug | /_profiler/xdebug | Path does not match |
8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
10 | _profiler_open_file | /_profiler/open | Path does not match |
11 | _profiler | /_profiler/{token} | Path does not match |
12 | _profiler_router | /_profiler/{token}/router | Path does not match |
13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
15 | biens | /dashboard/biens | Path does not match |
16 | bien_info | /dashboard/biens/bien/info/{id} | Path does not match |
17 | bien_add | /dashboard/biens/bien/ajouter | Path does not match |
18 | bien_add_picture | /dashboard/biens/bien/ajouter-picture/{id} | Path does not match |
19 | bien_view_img | /dashboard/biens/bien/view-bien-img/{id} | Path does not match |
20 | bien_delete_picture | /dashboard/biens/bien/delete-picture/{id} | Path does not match |
21 | bien_add_comment | /dashboard/biens/bien/add-comment/{id} | Path does not match |
22 | bien_view_comment_img | /dashboard/biens/bien/view-comment-img/{id} | Path does not match |
23 | bien_delete_comment | /dashboard/biens/bien/delete-comment/{id} | Path does not match |
24 | bien_edit | /dashboard/biens/bien/modifier/{id} | Path does not match |
25 | bien_edit_details | /dashboard/biens/bien/modifier-details/{id} | Path does not match |
26 | bien_edit_equipements | /dashboard/biens/bien/modifier-equipements/{id} | Path does not match |
27 | bien_edit_securite | /dashboard/biens/bien/modifier-securite/{id} | Path does not match |
28 | bien_del_service_inclus | /dashboard/biens/bien/{bienId}/supprimer-service-inclus/{id} | Path does not match |
29 | bien_del_service_payants | /dashboard/biens/bien/{bienId}/supprimer-service-payants/{id} | Path does not match |
30 | bien_add_file | /dashboard/biens/bien/add-file/{id} | Path does not match |
31 | bien_download_file | /dashboard/biens/bien/download-file/{id} | Path does not match |
32 | bien_delete_file | /dashboard/biens/bien/delete-file/{id} | Path does not match |
33 | bien_delete | /dashboard/biens/bien/delete-bien/{id} | Path does not match |
34 | bienDeleteGroup | /dashboard/biens/bien/delete-bien-group | Path does not match |
35 | clients | /dashboard/clients | Path does not match |
36 | client_add | /dashboard/clients/client/ajouter | Path does not match |
37 | client_edit | /dashboard/clients/client/modifier/{id} | Path does not match |
38 | client_delete | /dashboard/clients/client/delete-client/{id} | Path does not match |
39 | clientDeleteGroup | /dashboard/clients/client/delete-client-group | Path does not match |
40 | client_info | /dashboard/clients/client/info/{id} | Path does not match |
41 | client_add_file | /dashboard/clients/client/add-file/{id} | Path does not match |
42 | client_download_file | /dashboard/clients/client/download-file/{id} | Path does not match |
43 | client_delete_file | /dashboard/clients/client/delete-file/{id} | Path does not match |
44 | client_add_comment | /dashboard/clients/client/add-comment/{id} | Path does not match |
45 | client_view_comment_img | /dashboard/clients/client/view-comment-img/{id} | Path does not match |
46 | client_delete_comment | /dashboard/clients/client/delete-comment/{id} | Path does not match |
47 | client_delete_co_proprietaire | /dashboard/clients/client/delete-co-proprietaire/{id} | Path does not match |
48 | dashboard | /dashboard/ | Path does not match |
49 | app_homepage | / | Path does not match |
50 | profile | /dashboard/compte | Path does not match |
51 | edit_password | /dashboard/compte/modifier-mdp | Path does not match |
52 | edit_profile | /dashboard/compte/modifier | Path does not match |
53 | edit_logo | /dashboard/compte/modifier-logo | Path does not match |
54 | delete_logo | /dashboard/compte/supprimer-logo | Path does not match |
55 | user_view_img | /dashboard/compte/view-img-profile/{id} | Path does not match |
56 | app_register | /inscription | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.