Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | _wdt | /_wdt/{token} | Path does not match |
2 | _profiler_home | /_profiler/ | Path does not match |
3 | _profiler_search | /_profiler/search | Path does not match |
4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
7 | _profiler_open_file | /_profiler/open | Path does not match |
8 | _profiler | /_profiler/{token} | Path does not match |
9 | _profiler_router | /_profiler/{token}/router | Path does not match |
10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
12 | api | /api/sso_users/ | Path does not match |
13 | notificacion_adjunto_notificacion_alta | /notificacion/adjunto/notificacion/{idView}/altaAdjunto | Path does not match |
14 | notificacion_adjunto_notificacion_delete | /notificacion/adjunto/notificacion/{idView} | Path does not match |
15 | notificacion_adjunto_notificacion_descargar | /notificacion/adjunto/notificacion/{idView}/descargar | Path does not match |
16 | api_notificaciones_post | /n_api/notificaciones | Path does not match |
17 | notificaciones_listado | /notificacion/notificacion/listado/{reset} | Path does not match |
18 | notificaciones_datos | /notificacion/notificacion/notificacion_datos | Path does not match |
19 | notificacion_notificacion_new | /notificacion/notificacion/new | Path does not match |
20 | notificacion_show_modal | /notificacion/notificacion/{idView}/modal | Path does not match |
21 | notificacion_cargar_receptores | /notificacion/notificacion/{idView}/cargarReceptores | Path does not match |
22 | ver_receptores | /notificacion/notificacion/{idView}/verReceptores | Path does not match |
23 | crear_notificaciones_usuario | /notificacion/notificacion/{idView}/crearNotificacionesUsuario | Path does not match |
24 | notificacion_notificacion_edit | /notificacion/notificacion/{idView}/edit/{modalAdjuntoOpen} | Path does not match |
25 | notificacion_editar_publicar | /notificacion/notificacion/{idView}/editarypublicar | Path does not match |
26 | notificacion_validacion_edit | /notificacion/notificacion/{idView}/validacionEdit | Path does not match |
27 | notificacion_eliminar | /notificacion/notificacion/{idView}/eliminar | Path does not match |
28 | portal_aspirante_notificaciones | /notificacion/notificacion/usuario/ | Path does not match |
29 | notificaciones_usuario_listado | /notificacion/notificacion/usuario/{idView}/listado/{reset} | Path does not match |
30 | notificaciones_usuarios_datos | /notificacion/notificacion/usuario/notificacion_usuario_datos/{notificacion} | Path does not match |
31 | portal_aspirante_notificaciones_show | /notificacion/notificacion/usuario/{idView} | Path does not match |
32 | portal_aspirante_notificacion_adjunto_notificacion_descargar | /notificacion/notificacion/usuario/{idView}/descargar | Path does not match |
33 | portal_aspirante | /portal/aspirante/ | Path does not match |
34 | aspirante_registry | /portal/aspirante/registry | Path does not match |
35 | aspirante_descarga_reglamento | /portal/aspirante/descarga/reglamento | Path does not match |
36 | app_registro | /portal/aspirante/registro/{mail}/{token} | Path does not match |
37 | portal_aspirante_perfil | /portal/aspirante/perfil | Path does not match |
38 | portal_aspirante_ayuda | /portal/aspirante/help | Path does not match |
39 | portal_consejo | /portal/consejo/ | Path does not match |
40 | portal_ir_sistema | /portal/consejo/{id}/sistema | Path does not match |
41 | perfil | /portal/consejo/perfil | Path does not match |
42 | confirma_correo | /portal/consejo/conf_correo/{mail}/{token} | Path does not match |
43 | ayuda | /portal/consejo/help | 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.