Routing
admin_invoice_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "es" |
| crudAction | "index" |
| crudControllerFqcn | "App\Controller\Admin\InvoiceCrudController" |
| dashboardControllerFqcn | "App\Controller\Admin\DashboardController" |
| routeCreatedByEasyAdmin | true |
Route Redirection
This page redirects to:
/
Route Matching Logs
Path to match:
/admin/invoice
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | admin_anomalie_index | /admin/anomalie | Path does not match |
| 3 | admin_anomalie_new | /admin/anomalie/new | Path does not match |
| 4 | admin_anomalie_batch_delete | /admin/anomalie/batch-delete | Path does not match |
| 5 | admin_anomalie_autocomplete | /admin/anomalie/autocomplete | Path does not match |
| 6 | admin_anomalie_render_filters | /admin/anomalie/render-filters | Path does not match |
| 7 | admin_anomalie_edit | /admin/anomalie/{entityId}/edit | Path does not match |
| 8 | admin_anomalie_delete | /admin/anomalie/{entityId}/delete | Path does not match |
| 9 | admin_anomalie_detail | /admin/anomalie/{entityId} | Path does not match |
| 10 | admin_bank_index | /admin/bank | Path does not match |
| 11 | admin_bank_new | /admin/bank/new | Path does not match |
| 12 | admin_bank_batch_delete | /admin/bank/batch-delete | Path does not match |
| 13 | admin_bank_autocomplete | /admin/bank/autocomplete | Path does not match |
| 14 | admin_bank_render_filters | /admin/bank/render-filters | Path does not match |
| 15 | admin_bank_edit | /admin/bank/{entityId}/edit | Path does not match |
| 16 | admin_bank_delete | /admin/bank/{entityId}/delete | Path does not match |
| 17 | admin_bank_detail | /admin/bank/{entityId} | Path does not match |
| 18 | admin_company_index | /admin/company | Path does not match |
| 19 | admin_company_new | /admin/company/new | Path does not match |
| 20 | admin_company_batch_delete | /admin/company/batch-delete | Path does not match |
| 21 | admin_company_autocomplete | /admin/company/autocomplete | Path does not match |
| 22 | admin_company_render_filters | /admin/company/render-filters | Path does not match |
| 23 | admin_company_edit | /admin/company/{entityId}/edit | Path does not match |
| 24 | admin_company_delete | /admin/company/{entityId}/delete | Path does not match |
| 25 | admin_company_detail | /admin/company/{entityId} | Path does not match |
| 26 | admin_currency_index | /admin/currency | Path does not match |
| 27 | admin_currency_new | /admin/currency/new | Path does not match |
| 28 | admin_currency_batch_delete | /admin/currency/batch-delete | Path does not match |
| 29 | admin_currency_autocomplete | /admin/currency/autocomplete | Path does not match |
| 30 | admin_currency_render_filters | /admin/currency/render-filters | Path does not match |
| 31 | admin_currency_edit | /admin/currency/{entityId}/edit | Path does not match |
| 32 | admin_currency_delete | /admin/currency/{entityId}/delete | Path does not match |
| 33 | admin_currency_detail | /admin/currency/{entityId} | Path does not match |
| 34 | admin_customer_index | /admin/customer | Path does not match |
| 35 | admin_customer_new | /admin/customer/new | Path does not match |
| 36 | admin_customer_batch_delete | /admin/customer/batch-delete | Path does not match |
| 37 | admin_customer_autocomplete | /admin/customer/autocomplete | Path does not match |
| 38 | admin_customer_render_filters | /admin/customer/render-filters | Path does not match |
| 39 | admin_customer_edit | /admin/customer/{entityId}/edit | Path does not match |
| 40 | admin_customer_delete | /admin/customer/{entityId}/delete | Path does not match |
| 41 | admin_customer_detail | /admin/customer/{entityId} | Path does not match |
| 42 | admin_dispatch_index | /admin/dispatch | Path does not match |
| 43 | admin_dispatch_new | /admin/dispatch/new | Path does not match |
| 44 | admin_dispatch_batch_delete | /admin/dispatch/batch-delete | Path does not match |
| 45 | admin_dispatch_autocomplete | /admin/dispatch/autocomplete | Path does not match |
| 46 | admin_dispatch_render_filters | /admin/dispatch/render-filters | Path does not match |
| 47 | admin_dispatch_edit | /admin/dispatch/{entityId}/edit | Path does not match |
| 48 | admin_dispatch_delete | /admin/dispatch/{entityId}/delete | Path does not match |
| 49 | admin_dispatch_detail | /admin/dispatch/{entityId} | Path does not match |
| 50 | admin_document_index | /admin/document | Path does not match |
| 51 | admin_document_new | /admin/document/new | Path does not match |
| 52 | admin_document_batch_delete | /admin/document/batch-delete | Path does not match |
| 53 | admin_document_autocomplete | /admin/document/autocomplete | Path does not match |
| 54 | admin_document_render_filters | /admin/document/render-filters | Path does not match |
| 55 | admin_document_edit | /admin/document/{entityId}/edit | Path does not match |
| 56 | admin_document_delete | /admin/document/{entityId}/delete | Path does not match |
| 57 | admin_document_detail | /admin/document/{entityId} | Path does not match |
| 58 | admin_invoice_index | /admin/invoice | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.