Routing
app_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/register
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | adminindex | /admin/admin | Path does not match |
| 2 | adminadmin_users | /admin/users | Path does not match |
| 3 | adminuser_modify | /admin/utilisateur/modifier/{id} | Path does not match |
| 4 | adminuser_delete | /admin/utilisateurs/delete/{id} | Path does not match |
| 5 | admin_users | /admin/users | Path does not match |
| 6 | admin_index | /admin/ | Path does not match |
| 7 | admin_enquete_new | /admin/enquete/{type}/new | Path does not match |
| 8 | admin_enquete_convert | /admin/enquete/{type}/convert | Path does not match |
| 9 | app_audit_api | /audit/{type}/{idEnquete}/api | Path does not match |
| 10 | vocabulary_search | /suggest/{lexique} | Path does not match |
| 11 | indexaudit | /audit | Path does not match |
| 12 | enquete_files | /enquete/{idEnquete}/files | Path does not match |
| 13 | enquete_file_delete | /enquete/{idEnquete}/file-delete | Path does not match |
| 14 | enquete_new | /audit/{type}/new | Path does not match |
| 15 | enquete_edit | /audit/{type}/{idEnquete}/edit | Path does not match |
| 16 | enquete_convert | /enquete/{type}/convert | Path does not match |
| 17 | app_device_login | /device/login | Path does not match |
| 18 | app_login | /login | Path does not match |
| 19 | app_login_remoteconnection | /device/connect | Path does not match |
| 20 | app_login_resetuserdevice | /device/reset | Path does not match |
| 21 | app_login_disconnectdevice | /device/disconnect | Path does not match |
| 22 | app_medicament | /medicament | Path does not match |
| 23 | 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.