Routing
admin_app_status_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| _sonata_admin | "admin.status" |
| _sonata_name | "admin_app_status_edit" |
| id | "2" |
Route Matching Logs
Path to match:
/admin/app/status/2/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_app_company_list | /admin/app/company/list | Path does not match |
| 11 | admin_app_company_create | /admin/app/company/create | Path does not match |
| 12 | admin_app_company_batch | /admin/app/company/batch | Path does not match |
| 13 | admin_app_company_edit | /admin/app/company/{id}/edit | Path does not match |
| 14 | admin_app_company_delete | /admin/app/company/{id}/delete | Path does not match |
| 15 | admin_app_company_show | /admin/app/company/{id}/show | Path does not match |
| 16 | admin_app_company_export | /admin/app/company/export | Path does not match |
| 17 | admin_app_rotation_list | /admin/app/rotation/list | Path does not match |
| 18 | admin_app_rotation_create | /admin/app/rotation/create | Path does not match |
| 19 | admin_app_rotation_batch | /admin/app/rotation/batch | Path does not match |
| 20 | admin_app_rotation_edit | /admin/app/rotation/{id}/edit | Path does not match |
| 21 | admin_app_rotation_delete | /admin/app/rotation/{id}/delete | Path does not match |
| 22 | admin_app_rotation_show | /admin/app/rotation/{id}/show | Path does not match |
| 23 | admin_app_rotation_export | /admin/app/rotation/export | Path does not match |
| 24 | admin_app_positiontype_list | /admin/app/positiontype/list | Path does not match |
| 25 | admin_app_positiontype_create | /admin/app/positiontype/create | Path does not match |
| 26 | admin_app_positiontype_batch | /admin/app/positiontype/batch | Path does not match |
| 27 | admin_app_positiontype_edit | /admin/app/positiontype/{id}/edit | Path does not match |
| 28 | admin_app_positiontype_delete | /admin/app/positiontype/{id}/delete | Path does not match |
| 29 | admin_app_positiontype_show | /admin/app/positiontype/{id}/show | Path does not match |
| 30 | admin_app_positiontype_export | /admin/app/positiontype/export | Path does not match |
| 31 | admin_app_position_list | /admin/app/position/list | Path does not match |
| 32 | admin_app_position_create | /admin/app/position/create | Path does not match |
| 33 | admin_app_position_batch | /admin/app/position/batch | Path does not match |
| 34 | admin_app_position_edit | /admin/app/position/{id}/edit | Path does not match |
| 35 | admin_app_position_delete | /admin/app/position/{id}/delete | Path does not match |
| 36 | admin_app_position_show | /admin/app/position/{id}/show | Path does not match |
| 37 | admin_app_position_export | /admin/app/position/export | Path does not match |
| 38 | admin_app_positiongrade_list | /admin/app/positiongrade/list | Path does not match |
| 39 | admin_app_positiongrade_create | /admin/app/positiongrade/create | Path does not match |
| 40 | admin_app_positiongrade_batch | /admin/app/positiongrade/batch | Path does not match |
| 41 | admin_app_positiongrade_edit | /admin/app/positiongrade/{id}/edit | Path does not match |
| 42 | admin_app_positiongrade_delete | /admin/app/positiongrade/{id}/delete | Path does not match |
| 43 | admin_app_positiongrade_show | /admin/app/positiongrade/{id}/show | Path does not match |
| 44 | admin_app_positiongrade_export | /admin/app/positiongrade/export | Path does not match |
| 45 | admin_app_status_list | /admin/app/status/list | Path does not match |
| 46 | admin_app_status_create | /admin/app/status/create | Path does not match |
| 47 | admin_app_status_batch | /admin/app/status/batch | Path does not match |
| 48 | admin_app_status_edit | /admin/app/status/{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.