Routing
app.visiteur.actualites.actualite.index
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "actualite-8" |
Route Matching Logs
Path to match:
/actualites/actualite-8
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 3 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 4 | ux_entity_autocomplete | /autocomplete/{alias} | Path does not match |
| 5 | ux_live_component | /_components/{_live_component}/{_live_action} | Path does not match |
| 6 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 7 | _wdt | /_wdt/{token} | Path does not match |
| 8 | _profiler_home | /_profiler/ | Path does not match |
| 9 | _profiler_search | /_profiler/search | Path does not match |
| 10 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 11 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 12 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 13 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 14 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 15 | _profiler_open_file | /_profiler/open | Path does not match |
| 16 | _profiler | /_profiler/{token} | Path does not match |
| 17 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 18 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 19 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 20 | app.admin.actualites.actualite.listing | /admin/actualites/actualite/listing | Path does not match |
| 21 | app.admin.actualites.actualite.fiche | /admin/actualites/actualite/fiche/{id} | Path does not match |
| 22 | app.admin.actualites.actualite.creation | /admin/actualites/actualite/creation | Path does not match |
| 23 | app.admin.actualites.actualite.modification | /admin/actualites/actualite/modification/{id} | Path does not match |
| 24 | app.admin.actualites.actualite.suppression | /admin/actualites/actualite/suppression/{id} | Path does not match |
| 25 | app.admin.dashboards.dashboard.fiche | /admin/dashboards/dashboard/fiche | Path does not match |
| 26 | app.admin.users.profil.fiche | /admin/users/profil/fiche | Path does not match |
| 27 | app.admin.users.profil.modification | /admin/users/profil/modification | Path does not match |
| 28 | app.admin.users.profil.password | /admin/users/profil/password | Path does not match |
| 29 | app.admin.users.user_admin.listing | /admin/users/user-admin/listing | Path does not match |
| 30 | app.admin.users.user_admin.fiche | /admin/users/user-admin/fiche/{id} | Path does not match |
| 31 | app.admin.users.user_admin.connexion | /admin/users/user-admin/connexion/{id} | Path does not match |
| 32 | app.admin.users.user_admin.creation | /admin/users/user-admin/creation | Path does not match |
| 33 | app.admin.users.user_admin.modification | /admin/users/user-admin/modification/{id} | Path does not match |
| 34 | app.admin.users.user_admin.password | /admin/users/user-admin/password/{id} | Path does not match |
| 35 | app.admin.users.user_admin.suppression | /admin/users/user-admin/suppression/{id} | Path does not match |
| 36 | app.admin.users.user.listing | /admin/users/user/listing | Path does not match |
| 37 | app.admin.users.user.fiche | /admin/users/user/fiche/{id} | Path does not match |
| 38 | app.admin.users.user.connexion | /admin/users/user/connexion/{id} | Path does not match |
| 39 | app.admin.users.user.modification | /admin/users/user/modification/{id} | Path does not match |
| 40 | app.admin.users.user.password | /admin/users/user/password/{id} | Path does not match |
| 41 | app.admin.users.user.suppression | /admin/users/user/suppression/{id} | Path does not match |
| 42 | app.component.fichiers.fichier.show | /fichier/show/{id} | Path does not match |
| 43 | app.connect.security.user.dashboard_router | /connect/dashboard-router | Path does not match |
| 44 | app.connect.security.user.profil_router | /connect/profil-router | Path does not match |
| 45 | app.connect.security.user.login | /connect/login | Path does not match |
| 46 | app.connect.security.user.password_reset | /connect/password-reset | Path does not match |
| 47 | app.connect.security.user.activate | /connect/activate/{tokenActivate} | Path does not match |
| 48 | app.connect.security.user.password | /connect/password/{tokenPassword} | Path does not match |
| 49 | app.connect.security.user.two_factor_auth_resend | /connect/two-factor-auth-resend | Path does not match |
| 50 | app.connect.security.user.logout | /connect/logout | Path does not match |
| 51 | app.connect.security.user.logout_as | /connect/logout-as | Path does not match |
| 52 | app.visiteur.accueils.accueil.index | / | Path does not match |
| 53 | app.visiteur.actualites.actualite.index | /actualites/{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.