Routing
useful-links
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Matching Logs
Path to match:
/en/useful-links/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_redirect_locale | / | Path does not match |
| 2 | admin_remunerations | /{_locale}/admin/remunerations/{year}/{month} | Path does not match |
| 3 | admin_remunerations_grouped | /{_locale}/admin/remunerations/{year}/{month}/grouped | Path does not match |
| 4 | admin_remunerations_generate | /{_locale}/admin/remunerations/generate/{year}/{month} | Path does not match |
| 5 | admin_remunerations_correction_new | /{_locale}/admin/remunerations/correction/{id} | Path does not match |
| 6 | admin_remunerations_export_user | /{_locale}/admin/remunerations/{year}/{month}/export/{user} | Path does not match |
| 7 | admin_remunerations_export_global | /{_locale}/admin/remunerations/{year}/{month}/export-global | Path does not match |
| 8 | admin_planning_rapports_caisse_pdf | /{_locale}/admin/planning/{year}/{month}/rapports-caisse/pdf | Path does not match |
| 9 | admin_planning_rapport_caisse_export | /{_locale}/admin/planning/{year}/{month}/rapport-caisse/export | Path does not match |
| 10 | admin_availability | /{_locale}/admin/availability | Path does not match |
| 11 | admin_availability_overview | /{_locale}/admin/availability/overview | Path does not match |
| 12 | admin_availability_save | /{_locale}/admin/availability/save | Path does not match |
| 13 | homepage | /{_locale}/ | Path does not match |
| 14 | agenda | /{_locale}/agenda/ | Path does not match |
| 15 | association | /{_locale}/association/ | Path does not match |
| 16 | member | /{_locale}/member/ | Path does not match |
| 17 | useful-links | /{_locale}/useful-links/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.