Routing
whichuser
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "pl" |
| parametre | "publish" |
Route Matching Logs
Path to match:
/pl/whichuser/publish
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | archivage_listusers | /{_locale}/archivage/listeuser | Path does not match |
| 16 | archivage_donneesuser | /{_locale}/archivage/donneesuser/{id}/{timestamp} | Path does not match |
| 17 | archivage_archivedonnees | /{_locale}/archivage/donnees/{id}/{timestamp}/{archived} | Path does not match |
| 18 | archivage_read | /{_locale}/archivage/read | Path does not match |
| 19 | archivage_liredonneesuser | /{_locale}/archivage/liredonneesuser/{id} | Path does not match |
| 20 | archivage_detaildonnees | /{_locale}/archivage/liredonneesuser/{type}/{id}/{archiveid} | Path does not match |
| 21 | categorie_list | /{_locale}/categorie/list | Path does not match |
| 22 | categorie_new | /{_locale}/categorie/new | Path does not match |
| 23 | categorie_show | /{_locale}/categorie/show/{id} | Path does not match |
| 24 | categorie_edit | /{_locale}/categorie/edit/{id} | Path does not match |
| 25 | categorie_delete | /{_locale}/categorie/delete/{id} | Path does not match |
| 26 | categorie_postdelete | /{_locale}/categorie/postdelete/{id} | Path does not match |
| 27 | conseil | /{_locale}/conseil | Path does not match |
| 28 | conseil_list | /{_locale}/conseil/list | Path does not match |
| 29 | conseil_new | /{_locale}/conseil/new | Path does not match |
| 30 | conseil_show | /{_locale}/conseil/show/{id} | Path does not match |
| 31 | conseil_edit | /{_locale}/conseil/edit/{id} | Path does not match |
| 32 | conseil_postdelete | /{_locale}/conseil/postdelete/{id} | Path does not match |
| 33 | conseil_delete | /{_locale}/conseil/delete/{id} | Path does not match |
| 34 | entete | /{_locale}/entete | Path does not match |
| 35 | langues | /{_locale}/langues | Path does not match |
| 36 | accueil | /{_locale}/accueil/{page} | Path does not match |
| 37 | acces | /{_locale}/acces | Path does not match |
| 38 | ouverture | /{_locale}/ouverture | Path does not match |
| 39 | garde | /{_locale}/garde | Path does not match |
| 40 | licence | /{_locale}/licence | Path does not match |
| 41 | legales | /{_locale}/legales | Path does not match |
| 42 | contact | /{_locale}/contact | Path does not match |
| 43 | whichuser | /{_locale}/whichuser/{parametre} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.