Routing
saquito_paginas_ver
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "es" |
id | "87" |
slug | "centro-documental" |
Route Matching Logs
Path to match:
/es/87/centro-documental
# | Route name | Path | Log |
---|---|---|---|
1 | saquito_paginas_contacto_procesar | /contacto/graciasporcontactarte | Path does not match |
2 | saquito_paginas_bienvenidos | / | Path does not match |
3 | ipa_documentos_listar_tipo | /documentos/tipo/{tipo}/ | Path does not match |
4 | ipa_documentos_ver | /documentos/{tipo}/{id}/{slug} | Path does not match |
5 | saquito_informe_ameghino_listar | /{_locale}/informe | Path does not match |
6 | app_menu | /menu | Path does not match |
7 | saquito_noticias_ver | /articulos/{_locale}/articulo/{id}/{slug} | Path does not match |
8 | saquito_paginas_ver | /{_locale}/{id}/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.