Routing
page_genre
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "polar" |
Route Matching Logs
Path to match:
/les-livres-par-les-libraires/polar
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_options | /api/{path} | Path does not match |
| 2 | site_reabo | /se-reabonner | Path does not match |
| 3 | site_abo-ope | /s-abonner/ope/{operation} | Path does not match |
| 4 | site_reabo-ope | /se-reabonner/ope/{operation} | Path does not match |
| 5 | site_abo | /s-abonner | Path does not match |
| 6 | page_abo_postpaiement | /page-et-sa-revue/paiement/{status} | Path does not match |
| 7 | api_login | /api/login | Path does not match |
| 8 | api_events | /api/events | Path does not match |
| 9 | api_import_badge | /api/badge-import | Path does not match |
| 10 | change_wish_to_heart | /user/change-wish-to-heart/{livre} | Path does not match |
| 11 | page_entretien | /decouvrir/entretien-auteur/{entretien} | Path does not match |
| 12 | page_dossiers | /decouvrir/dossiers-thematiques | Path does not match |
| 13 | page_dossier | /decouvrir/dossier-thematique/{dossier} | Path does not match |
| 14 | page_list_ev | /decouvrir/ecrivains-voyageurs | Path does not match |
| 15 | page_libraire_focus | /libraire/{contact} | Path does not match |
| 16 | page_liste_libraire | /liste-libraire | Path does not match |
| 17 | page_livre | /livre/{slug} | Path does not match |
| 18 | page_poche | /les-livres-par-les-libraires/poche | Path does not match |
| 19 | page_genre | /les-livres-par-les-libraires/{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.