Routing
pwa_install_page
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
| template | "static_pages/pwa_install_page.html.twig" |
Route Matching Logs
Path to match:
/guide-pwa
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | homepage | / | Path does not match |
| 3 | tos.fr | /cgu | Path does not match |
| 4 | tos.en | /en/tos | Path does not match |
| 5 | accessibility_statement.fr | /accessibilite | Path does not match |
| 6 | accessibility_statement.en | /en/accessibility | Path does not match |
| 7 | sickleave_success_page.fr | /collaborateur/demande-soumise | Path does not match |
| 8 | sickleave_success_page.en | /en/collaborator/request-submitted | Path does not match |
| 9 | accident_success_page.fr | /collaborateur/pre-declaration-soumise | Path does not match |
| 10 | accident_success_page.en | /en/collaborator/pre-declaration-submitted | Path does not match |
| 11 | pwa_install_page.fr | /guide-pwa | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.