Routing
app_business_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "metiers-solaire" |
Route Matching Logs
Path to match:
/business/metiers-solaire
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_menu_api | /admin/api/menu | Path does not match |
| 2 | admin_menu_reorder | /admin/api/menu/reorder | Path does not match |
| 3 | admin_section_form_type | /admin/section/form-type/{type} | Path does not match |
| 4 | admin_settings | /admin/settings | Path does not match |
| 5 | admin_business_settings | /admin/business-settings | Path does not match |
| 6 | get_publish_team_member | /get_publish_team_member | Path does not match |
| 7 | app_business | /business | Path does not match |
| 8 | app_business_show | /business/{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.