Routing
app_solution_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "sensibilisation-a-la-transition-energetique" |
Route Matching Logs
Path to match:
/solutions-decarbonation/detail/sensibilisation-a-la-transition-energetique
| # | 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} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.