Routing
app_announce_detail
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
Route Matching Logs
Path to match:
/fr/announce/detail
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_announce_messaging | /{_locale}/admin/announce/messaging | Path does not match |
| 2 | admin_dashboard.es | /es/admin | Path does not match |
| 3 | admin_dashboard.en | /en/admin | Path does not match |
| 4 | app_admin_dashboard_getstat | /{_locale}/api/admin/start | Path does not match |
| 5 | app_admin_dashboard_getconnecteduser | /{_locale}/admin/user-connected/{user_id} | Path does not match |
| 6 | app_admin_dashboard_displaybooking | /{_locale}/admin/diplay_booking/{booking_id} | Path does not match |
| 7 | app_login.es | /es/login | Path does not match |
| 8 | app_login.en | /en/login | Path does not match |
| 9 | app_admin.es | /es/contact | Path does not match |
| 10 | app_admin.en | /en/admin_check | Path does not match |
| 11 | app_announce_detail | /{_locale}/announce/detail | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.