Routing
get_contact_select
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/client/contact/listdesplegable
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | activities_home | /activities | Path does not match |
| 2 | activities_index | /activities/list | Path does not match |
| 3 | activities_add | /activities/add | Path does not match |
| 4 | activities_create | /activities/create | Path does not match |
| 5 | activities_edit | /activities/edit/{id} | Path does not match |
| 6 | activities_update | /activities/update/{id} | Path does not match |
| 7 | activities_title_language_create | /activities/titlelanguage/create/{id} | Path does not match |
| 8 | activities_title_language_delete | /activities/titlelanguage/delete/{id} | Path does not match |
| 9 | activities_title_language_update | /activities/titlelanguage/update/{id} | Path does not match |
| 10 | activities_description_index | /activities/description/list/{ids} | Path does not match |
| 11 | activities_description_add | /activities/description/add/{ids} | Path does not match |
| 12 | activities_description_create | /activities/description/create | Path does not match |
| 13 | activities_description_edit | /activities/description/edit/{id} | Path does not match |
| 14 | activities_description_update | /activities/description/update/{id} | Path does not match |
| 15 | activities_gallery_list | /activities/gallery/list/{ids} | Path does not match |
| 16 | activities_gallery_create | /activities/gallery/create | Path does not match |
| 17 | activities_video_create | /activities/video/create | Path does not match |
| 18 | activities_gallery_deleted | /activities/gallery/deleted/{id} | Path does not match |
| 19 | activities_video_deleted | /activities/video/deleted/{id} | Path does not match |
| 20 | activities_services_index | /activities/services/{ids} | Path does not match |
| 21 | activities_services_description_add | /activities/services/description/add/{idcontrol} | Path does not match |
| 22 | activities_services_description_create | /activities/services/description/create | Path does not match |
| 23 | activities_services_description_edit | /activities/services/description/edit/{id} | Path does not match |
| 24 | activities_services_description_update | /activities/services/description/update/{id} | Path does not match |
| 25 | activities_services_gallery_view | /activities/services/gallery/view/{id} | Path does not match |
| 26 | activities_services_gallery_list | /activities/services/gallery/list/{id} | Path does not match |
| 27 | activities_services_gallery_create | /activities/services/gallery/create | Path does not match |
| 28 | activities_services_video_create | /activities/services/video/create | Path does not match |
| 29 | contact_index | /client/contact/list/{idclient} | Path does not match |
| 30 | contact_add | /client/contact/add/{idclient} | Path does not match |
| 31 | contact_new | /client/contact/new/{idclient} | Path does not match |
| 32 | contact_create_new | /client/contact/newcreate | Path does not match |
| 33 | contact_new2 | /client/contact/new2/{idclient} | Path does not match |
| 34 | contact_create_new2 | /client/contact/new2create | Path does not match |
| 35 | contact_create | /client/contact/create | Path does not match |
| 36 | contact_edit_new | /client/contact/edited/{id} | Path does not match |
| 37 | contact_update_new | /client/contact/updated/{id} | Path does not match |
| 38 | contact_edit | /client/contact/edit/{id} | Path does not match |
| 39 | contact_update | /client/contact/update/{id} | Path does not match |
| 40 | get_contact_select | /client/contact/listdesplegable | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.