Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 2 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 3 | api_doc | /api/docs.{_format} | Path does not match |
| 4 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 5 | _api_/cards/{id}{._format}_get | /api/cards/{id}.{_format} | Path does not match |
| 6 | _api_/cards{._format}_get_collection | /api/cards.{_format} | Path does not match |
| 7 | _api_/card_statuses/{id}{._format}_get | /api/card_statuses/{id}.{_format} | Path does not match |
| 8 | _api_/card_statuses{._format}_get_collection | /api/card_statuses.{_format} | Path does not match |
| 9 | _api_/cities/{id}{._format}_get | /api/cities/{id}.{_format} | Path does not match |
| 10 | _api_/cities{._format}_get_collection | /api/cities.{_format} | Path does not match |
| 11 | _api_/clients/{id}{._format}_get | /api/clients/{id}.{_format} | Path does not match |
| 12 | _api_/clients{._format}_get_collection | /api/clients.{_format} | Path does not match |
| 13 | _api_/clients{._format}_post | /api/clients.{_format} | Path does not match |
| 14 | _api_/clients/{id}{._format}_put | /api/clients/{id}.{_format} | Path does not match |
| 15 | _api_/clients/{id}{._format}_patch | /api/clients/{id}.{_format} | Path does not match |
| 16 | _api_/clients/{id}{._format}_delete | /api/clients/{id}.{_format} | Path does not match |
| 17 | _api_/companies/{id}{._format}_get | /api/companies/{id}.{_format} | Path does not match |
| 18 | _api_/companies{._format}_get_collection | /api/companies.{_format} | Path does not match |
| 19 | _api_/gas_stations/{id}{._format}_get | /api/gas_stations/{id}.{_format} | Path does not match |
| 20 | _api_/gas_stations{._format}_get_collection | /api/gas_stations.{_format} | Path does not match |
| 21 | app_assignment_station_by_id | /api/assignment_station/assignment/{assignment_id}/gas_station/{id} | Path does not match |
| 22 | app_gas_station_list_by_assignment | /api/gas_stations/assignment/{assignment_id} | Path does not match |
| 23 | _api_/parameters/{id}{._format}_get | /api/parameters/{id}.{_format} | Path does not match |
| 24 | _api_/parameters{._format}_get_collection | /api/parameters.{_format} | Path does not match |
| 25 | _api_/parameters{._format}_post | /api/parameters.{_format} | Path does not match |
| 26 | _api_/parameters/{id}{._format}_put | /api/parameters/{id}.{_format} | Path does not match |
| 27 | _api_/parameters/{id}{._format}_patch | /api/parameters/{id}.{_format} | Path does not match |
| 28 | _api_/parameters/{id}{._format}_delete | /api/parameters/{id}.{_format} | Path does not match |
| 29 | _api_/regions/{id}{._format}_get | /api/regions/{id}.{_format} | Path does not match |
| 30 | _api_/regions{._format}_get_collection | /api/regions.{_format} | Path does not match |
| 31 | _api_/roles/{id}{._format}_get | /api/roles/{id}.{_format} | Path does not match |
| 32 | _api_/roles{._format}_get_collection | /api/roles.{_format} | Path does not match |
| 33 | _api_/type_cards/{id}{._format}_get | /api/type_cards/{id}.{_format} | Path does not match |
| 34 | _api_/type_cards{._format}_get_collection | /api/type_cards.{_format} | Path does not match |
| 35 | _api_/type_cards{._format}_post | /api/type_cards.{_format} | Path does not match |
| 36 | _api_/type_cards/{id}{._format}_put | /api/type_cards/{id}.{_format} | Path does not match |
| 37 | _api_/type_cards/{id}{._format}_patch | /api/type_cards/{id}.{_format} | Path does not match |
| 38 | _api_/type_cards/{id}{._format}_delete | /api/type_cards/{id}.{_format} | Path does not match |
| 39 | _api_/users/{id}{._format}_get | /api/users/{id}.{_format} | Path does not match |
| 40 | _api_/users{._format}_get_collection | /api/users.{_format} | Path does not match |
| 41 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 42 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 43 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 44 | _wdt | /_wdt/{token} | Path does not match |
| 45 | _profiler_home | /_profiler/ | Path does not match |
| 46 | _profiler_search | /_profiler/search | Path does not match |
| 47 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 48 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 49 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 50 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 51 | _profiler_open_file | /_profiler/open | Path does not match |
| 52 | _profiler | /_profiler/{token} | Path does not match |
| 53 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 54 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 55 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 56 | app_card_index | /card/ | Path does not match |
| 57 | app_card_new | /card/new | Path does not match |
| 58 | app_card_show | /card/{id} | Path does not match |
| 59 | app_card_edit | /card/{id}/edit | Path does not match |
| 60 | app_card_delete | /card/{id} | Path does not match |
| 61 | app_card_enable_disable | /card/{field}/{id}/{enable} | Path does not match |
| 62 | app_card_status_index | /card_status/ | Path does not match |
| 63 | app_card_status_new | /card_status/new | Path does not match |
| 64 | app_card_status_show | /card_status/{id} | Path does not match |
| 65 | app_card_status_edit | /card_status/{id}/edit | Path does not match |
| 66 | app_card_status_delete | /card_status/{id} | Path does not match |
| 67 | app_card_status_enable_disable | /card_status/{field}/{id}/{enable} | Path does not match |
| 68 | app_city_index | /city/ | Path does not match |
| 69 | app_city_new | /city/new | Path does not match |
| 70 | app_city_show | /city/{id} | Path does not match |
| 71 | app_city_edit | /city/{id}/edit | Path does not match |
| 72 | app_city_delete | /city/{id} | Path does not match |
| 73 | app_city_enable_disable | /city/{field}/{id}/{enable} | Path does not match |
| 74 | app_client_index | /client/ | Path does not match |
| 75 | app_client_new | /client/new | Path does not match |
| 76 | app_client_show | /client/{id} | Path does not match |
| 77 | app_client_edit | /client/{id}/edit | Path does not match |
| 78 | app_client_delete | /client/{id} | Path does not match |
| 79 | app_client_enable_disable | /client/{field}/{id}/{enable} | Path does not match |
| 80 | app_company_index | /company/ | Path does not match |
| 81 | app_company_new | /company/new | Path does not match |
| 82 | app_company_show | /company/{id} | Path does not match |
| 83 | app_company_edit | /company/{id}/edit | Path does not match |
| 84 | app_company_delete | /company/{id} | Path does not match |
| 85 | app_company_enable_disable | /company/{field}/{id}/{enable} | Path does not match |
| 86 | api_login_check | /api/login_check | Path does not match |
| 87 | app_cards_by_user | /api/cards/user/{id_user} | Path does not match |
| 88 | app_transactions_by_user | /api/graph/user/{id_user} | Path does not match |
| 89 | app_transactions_by_card | /api/transactions/card/{pan} | Path does not match |
| 90 | app_synthese_by_card | /api/synthese/card/{pan} | Path does not match |
| 91 | app_synthese_by_user | /api/synthese/user/{id_user} | Path does not match |
| 92 | app_solde_by_card | /api/solde/card/{pan} | Path does not match |
| 93 | app_invoices_by_user | /api/invoices/user | Path does not match |
| 94 | app_check_user | /api/check/user | Path does not match |
| 95 | app_opposite_card | /api/opposite/card | Path does not match |
| 96 | app_login_wordpress | /api/login/wordpress | Path does not match |
| 97 | app_gas_station_index | /gas_station/ | Path does not match |
| 98 | app_gas_station_new | /gas_station/new | Path does not match |
| 99 | app_gas_station_show | /gas_station/{id} | Path does not match |
| 100 | app_gas_station_edit | /gas_station/{id}/edit | Path does not match |
| 101 | app_gas_station_delete | /gas_station/{id} | Path does not match |
| 102 | app_gas_station_enable_disable | /gas_station/{field}/{id}/{enable} | Path does not match |
| 103 | app_home | / | Path does not match |
| 104 | app_hook_index | /hook/ | Path does not match |
| 105 | app_hook_new | /hook/new | Path does not match |
| 106 | app_hook_show | /hook/{id} | Path does not match |
| 107 | app_hook_edit | /hook/{id}/edit | Path does not match |
| 108 | app_hook_delete | /hook/{id} | Path does not match |
| 109 | app_hook_enable_disable | /hook/{field}/{id}/{enable} | Path does not match |
| 110 | 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.