Routing
app_dashboard
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 7 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | activity_list | /activity/list | Path does not match |
| 15 | activity_new | /activity/new/{entityName}/{entityId} | Path does not match |
| 16 | activity_edit | /activity/edit/{id} | Path does not match |
| 17 | activity_view | /activity/view/{id}/{onlyFile} | Path does not match |
| 18 | activity__attachment_delete | /activity/delete/{id} | Path does not match |
| 19 | activity__attachment_download_all | /activity/download_all/{id} | Path does not match |
| 20 | activity_toggle_like | /activity/toggle-like/{id} | Path does not match |
| 21 | activity_delete | /activity/{id}/delete | Path does not match |
| 22 | notification_activity_liked | /activity/activity-liked/{id}/{onlyMessage}/{onlyLink} | Path does not match |
| 23 | api_login | /api/login | Path does not match |
| 24 | api_test | /api/test | Path does not match |
| 25 | api_logout | /api/logout | Path does not match |
| 26 | api_get_config | /api/get_config/{name} | Path does not match |
| 27 | api_user_list | /api/user_list | Path does not match |
| 28 | app_bundle_list | /bundle/public_access/list/ | Path does not match |
| 29 | app_configuration | /configuration/ | Path does not match |
| 30 | app_configuration_images | /configuration/images | Path does not match |
| 31 | app_configuration_applications | /configuration/applications | Path does not match |
| 32 | app_configuration_localizations | /configuration/localizations | Path does not match |
| 33 | app_configuration_context | /configuration/context/ | Path does not match |
| 34 | context_new | /configuration/context/new | Path does not match |
| 35 | context_edit | /configuration/context/edit/{id} | Path does not match |
| 36 | context_delete | /configuration/context/{id}/delete | Path does not match |
| 37 | context_list_in_menu | /configuration/context/context_list_in_menu | Path does not match |
| 38 | change_context | /configuration/context/change_context/{id} | Path does not match |
| 39 | app_configuration_context_update_positions | /configuration/context/update-positions | Path does not match |
| 40 | app_configuration_country | /configuration/localizations/country/ | Path does not match |
| 41 | country_new | /configuration/localizations/country/new | Path does not match |
| 42 | country_edit | /configuration/localizations/country/edit/{id} | Path does not match |
| 43 | country_delete | /configuration/localizations/country/{id}/delete | Path does not match |
| 44 | country_search | /configuration/localizations/country/search | Path does not match |
| 45 | app_configuration_country_state | /configuration/localizations/country_state/ | Path does not match |
| 46 | country_state_new | /configuration/localizations/country_state/new | Path does not match |
| 47 | country_state_edit | /configuration/localizations/country_state/edit/{id} | Path does not match |
| 48 | country_state_delete | /configuration/localizations/country_state/{id}/delete | Path does not match |
| 49 | country_state_search | /configuration/localizations/country_state/search | Path does not match |
| 50 | app_configuration_country_zone | /configuration/localizations/country_zone/ | Path does not match |
| 51 | country_zone_new | /configuration/localizations/country_zone/new | Path does not match |
| 52 | country_zone_edit | /configuration/localizations/country_zone/edit/{id} | Path does not match |
| 53 | country_zone_delete | /configuration/localizations/country_zone/{id}/delete | Path does not match |
| 54 | app_configuration_currency | /configuration/localizations/currency/ | Path does not match |
| 55 | currency_new | /configuration/localizations/currency/new | Path does not match |
| 56 | currency_edit | /configuration/localizations/currency/edit/{id} | Path does not match |
| 57 | currency_delete | /configuration/localizations/currency/{id}/delete | Path does not match |
| 58 | app_dashboard | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.