Routing
page_single
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "en" |
catslug | "people" |
slug | "advisory-board" |
Route Matching Logs
Path to match:
/en/people/advisory-board
# | 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 does not match |
13 | _header | /_header | Path does not match |
14 | _footer | /_footer | Path does not match |
15 | actualites | /{_locale}/actualites | Path does not match |
16 | actu_selected | /{_locale}/actualites/{slug} | Path does not match |
17 | event_selected | /{_locale}/seminars-conferences/{slug} | Path does not match |
18 | contact | /{_locale}/contact | Path does not match |
19 | page_single_simple | /{_locale}/{slug} | Path does not match |
20 | page_single | /{_locale}/{catslug}/{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.