Routing
app_city_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| city | "salies-du-salat" |
| dept | "31" |
Route Matching Logs
Path to match:
/market/31-salies-du-salat.php
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | home_de | / | Path does not match |
| 2 | home_sp | / | Path does not match |
| 3 | home_en | / | Path does not match |
| 4 | home_en2 | / | Path does not match |
| 5 | home_fr | / | Path does not match |
| 6 | admin_market_city_resolver_index | /admin/market-city-resolver | Path does not match |
| 7 | admin_market_city_resolver_candidates | /admin/market-city-resolver/candidates | Path does not match |
| 8 | admin_market_city_resolver_assign | /admin/market-city-resolver/assign | Path does not match |
| 9 | admin_market_city_resolver_skip | /admin/market-city-resolver/skip | Path does not match |
| 10 | app_home | / | Path does not match |
| 11 | app_markets_by_weekday.de | /wochenmarkt/{id}-markttag-{slug}/{weekday} | Path does not match |
| 12 | app_markets_by_weekday.fr | /{id}-marches-hebdomadaires-{slug}/{weekday} | Path does not match |
| 13 | app_markets_by_weekday.en | /french-market-day/{id}-market-day-{slug}/{weekday} | Path does not match |
| 14 | app_markets_by_weekday.es | /mercado/{id}-dia-de-mercado-{slug}/{weekday} | Path does not match |
| 15 | app_market.de | /wochenmaerkte-in-frankreich | Path does not match |
| 16 | app_market.fr | /liste-marche.php | Path does not match |
| 17 | app_market.en | /french-market-day | Path does not match |
| 18 | app_market.es | /mercado | Path does not match |
| 19 | app_market_show.de | /wochenmarkt/{id}-markttag-{slug}.php | Path does not match |
| 20 | app_market_show.fr | /{id}-marches-hebdomadaires-{slug}.php | Path does not match |
| 21 | app_market_show.en | /french-market-day/{id}-market-day-{slug}.php | Path does not match |
| 22 | app_market_show.es | /mercado/{id}-dia-de-mercado-{slug}.php | Path does not match |
| 23 | app_city_show.de | /wochenmarkt/{dept}-{city}.php | Path does not match |
| 24 | app_city_show.fr | /{dept}-marche-{city}.php | Path does not match |
| 25 | app_city_show.en | /market/{dept}-{city}.php | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.