Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_login | /api/login | Path does not match |
| 2 | api_motorist_index | /api/motorists | Path does not match |
| 3 | api_motorist_message_index | /api/motorist_messages | Path does not match |
| 4 | api_motorist_message_new_or_update | /api/motorist_messages | Path does not match |
| 5 | api_task_index | /api/tasks/ | Path does not match |
| 6 | home | / | Path does not match |
| 7 | cache_clear | /cache | Path does not match |
| 8 | motorists_ajax | /motorists_ajax | Path does not match |
| 9 | 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.