Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | admin_invoice_sync_follow_up_index | /admin/invoice-sync-follow-up | Path does not match |
| 3 | admin_invoice_sync_follow_up_new | /admin/invoice-sync-follow-up/new | Path does not match |
| 4 | admin_invoice_sync_follow_up_batch_delete | /admin/invoice-sync-follow-up/batch-delete | Path does not match |
| 5 | admin_invoice_sync_follow_up_autocomplete | /admin/invoice-sync-follow-up/autocomplete | Path does not match |
| 6 | admin_invoice_sync_follow_up_render_filters | /admin/invoice-sync-follow-up/render-filters | Path does not match |
| 7 | admin_invoice_sync_follow_up_edit | /admin/invoice-sync-follow-up/{entityId}/edit | Path does not match |
| 8 | admin_invoice_sync_follow_up_delete | /admin/invoice-sync-follow-up/{entityId}/delete | Path does not match |
| 9 | admin_invoice_sync_follow_up_detail | /admin/invoice-sync-follow-up/{entityId} | Path does not match |
| 10 | admin_synced_invoice_index | /admin/synced-invoice | Path does not match |
| 11 | admin_synced_invoice_new | /admin/synced-invoice/new | Path does not match |
| 12 | admin_synced_invoice_batch_delete | /admin/synced-invoice/batch-delete | Path does not match |
| 13 | admin_synced_invoice_autocomplete | /admin/synced-invoice/autocomplete | Path does not match |
| 14 | admin_synced_invoice_render_filters | /admin/synced-invoice/render-filters | Path does not match |
| 15 | admin_synced_invoice_edit | /admin/synced-invoice/{entityId}/edit | Path does not match |
| 16 | admin_synced_invoice_delete | /admin/synced-invoice/{entityId}/delete | Path does not match |
| 17 | admin_synced_invoice_detail | /admin/synced-invoice/{entityId} | Path does not match |
| 18 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 19 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 20 | _wdt | /_wdt/{token} | Path does not match |
| 21 | _profiler_home | /_profiler/ | Path does not match |
| 22 | _profiler_search | /_profiler/search | Path does not match |
| 23 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 24 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 25 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 26 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 27 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 28 | _profiler_open_file | /_profiler/open | Path does not match |
| 29 | _profiler | /_profiler/{token} | Path does not match |
| 30 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 31 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 32 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 33 | app_api_hidden_invoice_discover_normal | /api/hidden-invoice/discover-normal | Path does not match |
| 34 | app_api_hidden_invoice_discover_cancellation | /api/hidden-invoice/discover-cancellation | Path does not match |
| 35 | app_api_invoice_sync_normal | /api/invoice/sync-normal | Path does not match |
| 36 | app_api_invoice_sync_cancellation | /api/invoice/sync-cancellation | Path does not match |
| 37 | app_api_invoice_find_hidden_invoice | /api/invoice/find-hidden-invoices | Path does not match |
| 38 | app_ignored_invoice_index | /ignored/invoice | Path does not match |
| 39 | app_ignored_invoice_new | /ignored/invoice/new | Path does not match |
| 40 | app_ignored_invoice_show | /ignored/invoice/{id} | Path does not match |
| 41 | app_ignored_invoice_edit | /ignored/invoice/{id}/edit | Path does not match |
| 42 | app_ignored_invoice_delete | /ignored/invoice/{id} | Path does not match |
| 43 | app_index | / | Path does not match |
| 44 | app_login | /login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.