Routing
app_dashboard
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | _wdt | /_wdt/{token} | Path does not match |
2 | _profiler_home | /_profiler/ | Path does not match |
3 | _profiler_search | /_profiler/search | Path does not match |
4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
7 | _profiler_open_file | /_profiler/open | Path does not match |
8 | _profiler | /_profiler/{token} | Path does not match |
9 | _profiler_router | /_profiler/{token}/router | Path does not match |
10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
12 | app_administration_list | /administration/donnees | Path does not match |
13 | app_administration_data_list | /administration/{typeForm}/liste/{nameOrder} | Path does not match |
14 | app_administration_data_add | /administration/data/{typeForm}/ajouter | Path does not match |
15 | app_administration_data_edit | /administration/data/{typeForm}/modifier/{idElement} | Path does not match |
16 | app_administration_element_change_enabled | /administration/element/changer/{typeElement}/{idElement} | Path does not match |
17 | app_list_category_ajax | /categories/intervention/liste | Path does not match |
18 | app_add_category_intervention | /categories/intervention/ajouter | Path does not match |
19 | app_add_category_intervention_form | /categories/intervention/ajouter/formulaire | Path does not match |
20 | app_add_comment | /commentaires/tickets/{id}/ajouter | Path does not match |
21 | app_edit_comment | /commentaires/{id}/modifier | Path does not match |
22 | app_delete_comment | /commentaires/{id}/supprimer | Path does not match |
23 | app_list_contact | /contacts | Path does not match |
24 | app_add_contact | /contacts/ajouter | Path does not match |
25 | app_edit_contact | /contacts/{id}/modifier | Path does not match |
26 | app_delete_contact | /contacts/{id}/supprimer | Path does not match |
27 | app_list_customer | /clients | Path does not match |
28 | app_add_customer | /clients/ajouter | Path does not match |
29 | app_edit_customer | /clients/{id}/modifier | Path does not match |
30 | app_view_customer | /clients/{id}/informations | Path does not match |
31 | app_customer_list_contact_ajax | /clients/{id}/contacts/ajax | Path does not match |
32 | app_customer_add_contact_form_ajax | /clients/{id}/contacts/add/form/ajax | Path does not match |
33 | app_customer_add_contact_ajax | /clients/{id}/contacts/add/ajax | Path does not match |
34 | app_customer_add_form_ajax | /clients/add/form/ajax | Path does not match |
35 | app_customer_add_ajax | /clients/add/ajax | Path does not match |
36 | app_dashboard | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.