Routing
app_liste_collections
Matched route
Route Parameters
| Name | Value |
|---|---|
| term | null |
Route Matching Logs
Path to match:
/collections
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_liste_auteurs | /auteurs/{term} | Path does not match |
| 2 | app_liste_search_auteurs | /search-auteurs | Path does not match |
| 3 | app_auteur_ouvrages | /mes-ouvrages | Path does not match |
| 4 | app_auteur_collections | /mes-collections | Path does not match |
| 5 | app_auteur_revues | /mes-revues | Path does not match |
| 6 | app_ouvrage_statistique_vente | /mes-{from}/statistique/vente/{ean} | Path does not match |
| 7 | app_login | /connexion | Path does not match |
| 8 | app_logout | /deconnexion | Path does not match |
| 9 | app_check_access_token | /check-access-token/{accessToken} | Path does not match |
| 10 | app_list_articles | /list/articles | Path does not match |
| 11 | app_liste_collections | /collections/{term} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.