Routing
admin_app_project_project_list
Matched route
Route Parameters
| Name | Value |
|---|---|
| _sonata_admin | "admin.project" |
| _sonata_name | "admin_app_project_project_list" |
Route Matching Logs
Path to match:
/admin/app/project/project_list/
| # | 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_batch | /admin/app/company/batch | Path does not match |
| 12 | admin_app_company_show | /admin/app/company/{id}/show | Path does not match |
| 13 | admin_app_company_export | /admin/app/company/export | Path does not match |
| 14 | admin_app_company_company_add | /admin/app/company/company_add | Path does not match |
| 15 | admin_app_company_company_save | /admin/app/company/company_save | Path does not match |
| 16 | admin_app_company_company_edit | /admin/app/company/{id}/company_edit | Path does not match |
| 17 | admin_app_company_company_check | /admin/app/company/{id}/company_check | Path does not match |
| 18 | admin_app_company_company_delete | /admin/app/company/{id}/company_delete | Path does not match |
| 19 | admin_app_company_delete_log | /admin/app/company/{id}/delete_log | Path does not match |
| 20 | admin_app_company_company_load_city_by_county | /admin/app/company/company_load_city_by_county | Path does not match |
| 21 | admin_app_company_company_get_contact_person_data | /admin/app/company/company_get_contact_person_data | Path does not match |
| 22 | admin_app_company_company_anaf_add | /admin/app/company/company_anaf_add | Path does not match |
| 23 | admin_app_company_company_anaf_display | /admin/app/company/company_anaf_display | Path does not match |
| 24 | admin_app_company_company_anaf_display_save | /admin/app/company/company_anaf_display_save | Path does not match |
| 25 | admin_app_company_company_populate_city | /admin/app/company/company_populate_city | Path does not match |
| 26 | admin_app_facturiheader_list | /admin/app/facturiheader/list | Path does not match |
| 27 | admin_app_facturiheader_factura_list | /admin/app/facturiheader/factura_list/ | Path does not match |
| 28 | admin_app_facturiheader_factura_new | /admin/app/facturiheader/factura_new/ | Path does not match |
| 29 | admin_app_facturiheader_factura_edit | /admin/app/facturiheader/factura_edit/ | Path does not match |
| 30 | admin_app_facturiheader_factura_save | /admin/app/facturiheader/factura_save/ | Path does not match |
| 31 | admin_app_facturiheader_factura_delete | /admin/app/facturiheader/factura_delete/ | Path does not match |
| 32 | admin_app_facturiheader_factura_auction_rows | /admin/app/facturiheader/factura_auction_rows/ | Path does not match |
| 33 | admin_app_facturiheader_factura_pdf_print | /admin/app/facturiheader/factura_pdf_print/ | Path does not match |
| 34 | admin_app_facturiheader_factura_raport_activitate | /admin/app/facturiheader/factura_raport_activitate/ | Path does not match |
| 35 | admin_app_facturiheader_factura_currency_exchange_rate | /admin/app/facturiheader/factura_currency_exchange_rate/ | Path does not match |
| 36 | admin_app_facturiheader_factura_payment | /admin/app/facturiheader/factura_payment/ | Path does not match |
| 37 | admin_app_facturiheader_factura_save_payment | /admin/app/facturiheader/factura_save_payment/ | Path does not match |
| 38 | admin_app_facturiheader_factura_edit_payment | /admin/app/facturiheader/factura_edit_payment/ | Path does not match |
| 39 | admin_app_facturiheader_factura_delete_payment | /admin/app/facturiheader/factura_delete_payment/ | Path does not match |
| 40 | admin_app_facturiheader_factura_print_payment | /admin/app/facturiheader/factura_print_payment/ | Path does not match |
| 41 | admin_app_settings_list | /admin/app/settings/list | Path does not match |
| 42 | admin_app_settings_create | /admin/app/settings/create | Path does not match |
| 43 | admin_app_settings_batch | /admin/app/settings/batch | Path does not match |
| 44 | admin_app_settings_edit | /admin/app/settings/{id}/edit | Path does not match |
| 45 | admin_app_settings_show | /admin/app/settings/{id}/show | Path does not match |
| 46 | admin_app_settings_export | /admin/app/settings/export | Path does not match |
| 47 | admin_app_projecttype_list | /admin/app/projecttype/list | Path does not match |
| 48 | admin_app_projecttype_batch | /admin/app/projecttype/batch | Path does not match |
| 49 | admin_app_projecttype_edit | /admin/app/projecttype/{id}/edit | Path does not match |
| 50 | admin_app_projecttype_export | /admin/app/projecttype/export | Path does not match |
| 51 | admin_app_projecttype_delete_log | /admin/app/projecttype/{id}/delete_log | Path does not match |
| 52 | admin_app_project_list | /admin/app/project/list | Path does not match |
| 53 | admin_app_project_project_list | /admin/app/project/project_list/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.