Routing
_header
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/_header
# | Route name | Path | Log |
---|---|---|---|
1 | translation_index | /sitewebadmin/_trans/{configName} | Path does not match |
2 | translation_show | /sitewebadmin/_trans/{configName}/{locale}/{domain} | Path does not match |
3 | translation_create | /sitewebadmin/_trans/{configName}/{locale}/{domain}/new | Path does not match |
4 | translation_edit | /sitewebadmin/_trans/{configName}/{locale}/{domain} | Path does not match |
5 | translation_delete | /sitewebadmin/_trans/{configName}/{locale}/{domain} | Path does not match |
6 | php_translation_profiler_translation_edit | /{token}/translation/edit | Path does not match |
7 | php_translation_profiler_translation_sync | /{token}/translation/sync | Path does not match |
8 | php_translation_profiler_translation_sync_all | /{token}/translation/sync_all | Path does not match |
9 | php_translation_profiler_translation_create_assets | /{token}/translation/create_assets | Path does not match |
10 | admin_home | /sitewebadmin/ | Path does not match |
11 | select_lang | /setlocale/{langue} | Path does not match |
12 | frontend_home | /{_locale} | Path almost matches, but Requirement for "_locale" does not match (en|fr) |
13 | _header | /_header | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.