Routing
tag_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
| slug | "faucon crécerelle" |
Route Matching Logs
Path to match:
/fr/tag/faucon%20cr%C3%A9cerelle
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_instagram_image_article | /{_locale}/admin/instagram-image/{slug} | Path does not match |
| 2 | app_instagram_publish_article | /{_locale}/admin/instagram-publish/{slug} | Path does not match |
| 3 | security_login | /{_locale}/login | Path does not match |
| 4 | categorie_index | /{_locale}/categories | Path does not match |
| 5 | image_index | /{_locale}/image/ | Path does not match |
| 6 | tag_index | /{_locale}/tag | Path does not match |
| 7 | _liste_tag | /{_locale}/tag_liste_tag | Path does not match |
| 8 | tag_import | /{_locale}/tag/import | Path does not match |
| 9 | tag_show | /{_locale}/tag/{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.