Routing
(none)
Matched route
Route Matching Logs
Path to match:
/app_dev.php/_fragment
# | Route name | Path | Log |
---|---|---|---|
1 | app.swagger_ui | /api/doc | Path does not match |
2 | bank_account | /bank_account/ | Path does not match |
3 | bank_account_add | /bank_account/add | Path does not match |
4 | bank_account_edit | /bank_account/{id}/edit | Path does not match |
5 | bank_account_get | /bank_account/{id}/get | Path does not match |
6 | client | /client/ | Path does not match |
7 | client_add | /client/add | Path does not match |
8 | client_number_exists | /client/{number}/exists | Path does not match |
9 | client_edit | /client/{id}/edit | Path does not match |
10 | client_attachments | /client/{id}/attachments | Path does not match |
11 | client_attachments_download | /client/attachments/download/{id} | Path does not match |
12 | client_attachments_delete | /client/attachments/delete/{id} | Path does not match |
13 | configuration_add | /configuration/add | Path does not match |
14 | configuration_edit | /configuration/edit | Path does not match |
15 | container | /container | Path does not match |
16 | container_add | /container/add | Path does not match |
17 | container_number_exists | /container/{number}/exists | Path does not match |
18 | container_edit | /container/{id}/edit | Path does not match |
19 | contract | /contract/ | Path does not match |
20 | contract_create | /contract/create/{clientId} | Path does not match |
21 | contract_edit | /contract/edit/{id} | Path does not match |
22 | contract_cancel | /contract/cancel/{id} | Path does not match |
23 | homepage | / | Path does not match |
24 | invoice | /invoice/ | Path does not match |
25 | invoice_edit | /invoice/{id}/edit | Path does not match |
26 | invoice_merge_download | /invoice/merge/download | Path does not match |
27 | invoice_export_download | /invoice/export/download | Path does not match |
28 | invoice_download | /invoice/{invoiceId}/download | Path does not match |
29 | invoice_suppress | /invoice/{invoiceId}/suppress | Path does not match |
30 | invoice_suppress_cn | /invoice/{invoiceId}/suppress_cn | Path does not match |
31 | invoice_download_credit_note | /invoice/{invoiceId}/credit_note | Path does not match |
32 | invoice_email | /invoice/{invoiceId}/email | Path does not match |
33 | invoice_export | /invoice/export | Path does not match |
34 | invoice_merge | /invoice/merge | Path does not match |
35 | login | /login | Path does not match |
36 | user | /user | Path does not match |
37 | user_add | /user/add | Path does not match |
38 | user_edit | /user/edit/{id} | Path does not match |
39 | user_password | /user/password/{id} | Path does not match |
40 | api_container | /api/container/ | Path does not match |
41 | api_container_store_filters | /api/container/filters | Path does not match |
42 | api_container_get | /api/container/get/{id} | Path does not match |
43 | api_container_free | /api/container/free/{site}/{contractId} | Path does not match |
44 | api_next_container_number | /api/container/nextNumber/{site}/ | Path does not match |
45 | api_contract_create | /api/contract/create/{clientId} | Path does not match |
46 | api_contract | /api/contract/ | Path does not match |
47 | api_contract_store_filters | /api/contract/filters | Path does not match |
48 | api_invoice | /api/invoice/ | Path does not match |
49 | api_invoice_create | /api/invoice/create/ | Path does not match |
50 | api_invoice_total | /api/invoice/total | Path does not match |
51 | _preview_error | /_error/{code}.{_format} | Path does not match |
52 | _wdt | /_wdt/{token} | Path does not match |
53 | _profiler_home | /_profiler/ | Path does not match |
54 | _profiler_search | /_profiler/search | Path does not match |
55 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
56 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
57 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
58 | _profiler_open_file | /_profiler/open | Path does not match |
59 | _profiler | /_profiler/{token} | Path does not match |
60 | _profiler_router | /_profiler/{token}/router | Path does not match |
61 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
62 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
63 | logout | /logout | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.