Routing
admin_modules_dms_user_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| _sonata_admin | "admin.user" |
| _sonata_name | "admin_modules_dms_user_edit" |
| id | "4" |
Route Matching Logs
Path to match:
/admin/modules/dms/user/4/edit
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | sonata_admin_redirect | /admin/ | Path does not match |
| 3 | sonata_admin_dashboard | /admin/dashboard | Path does not match |
| 4 | sonata_admin_retrieve_form_element | /admin/core/get-form-field-element | Path does not match |
| 5 | sonata_admin_append_form_element | /admin/core/append-form-field-element | Path does not match |
| 6 | sonata_admin_short_object_information | /admin/core/get-short-object-description.{_format} | Path does not match |
| 7 | sonata_admin_set_object_field_value | /admin/core/set-object-field-value | Path does not match |
| 8 | sonata_admin_search | /admin/search | Path does not match |
| 9 | sonata_admin_retrieve_autocomplete_items | /admin/core/get-autocomplete-items | Path does not match |
| 10 | admin_modules_dms_user_list | /admin/modules/dms/user/list | Path does not match |
| 11 | admin_modules_dms_user_create | /admin/modules/dms/user/create | Path does not match |
| 12 | admin_modules_dms_user_batch | /admin/modules/dms/user/batch | Path does not match |
| 13 | admin_modules_dms_user_edit | /admin/modules/dms/user/{id}/edit | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.