Routing
app_business
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/business
| # | 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 | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.