Routing
app_reference_public_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "etude-station-biognv" |
Route Matching Logs
Path to match:
/references/publique/etude-station-biognv
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | cofond_clear_cache | /admin/invalidate-cache | Path does not match |
| 2 | admin | /admin | Path does not match |
| 3 | app_admin_dashboard_index | /admin | Path does not match |
| 4 | app_homepage | / | Path does not match |
| 5 | app_presentation_index | /presentation | Path does not match |
| 6 | app_valeurs_engagements_index | /valeursEngagements | Path does not match |
| 7 | app_team_index | /equipe | Path does not match |
| 8 | app_expertise_page_index | /expertises-decarbonation | Path does not match |
| 9 | app_expertise_public_show | /expertises-decarbonation/publique/{slug} | Path does not match |
| 10 | app_expertise_prive_show | /expertises-decarbonation/prive/{slug} | Path does not match |
| 11 | app_solution_page_index | /solutions-decarbonation | Path does not match |
| 12 | app_solution_show | /solutions-decarbonation/detail/{slug} | Path does not match |
| 13 | app_actualite_show | /actualites/detail/{slug} | Path does not match |
| 14 | app_actualite_list | /actualites/{page} | Path does not match |
| 15 | app_job_offer_show | /offres-emploi/{slug} | Path does not match |
| 16 | app_job_offer_list | /offres-emploi | Path does not match |
| 17 | app_reference_public_index | /references/publique/{page} | Path almost matches, but Requirement for "page" does not match (\d+) |
| 18 | app_reference_prive_index | /references/prive/{page} | Path does not match |
| 19 | app_reference_public_show | /references/publique/{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.