Routing
app_region_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| id | "1" |
| slug | "Auvergne" |
Route Matching Logs
Path to match:
/market-in-france/region/1-Auvergne.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 | Path does not match |
| 26 | app_city_show.es | /mercado/{dept}-{city}.php | Path does not match |
| 27 | app_privacy | /privacy/privacy.php | Path does not match |
| 28 | app_nearby.de | /markt-in-meiner-naehe | Path does not match |
| 29 | app_nearby.fr | /marche-pres-de-chez-moi | Path does not match |
| 30 | app_nearby.en | /market-near-me | Path does not match |
| 31 | app_nearby.es | /mercado-cerca-de-mi | Path does not match |
| 32 | api_nearby_markets | /api/nearby-markets | Path does not match |
| 33 | app_region_show.de | /wochenmaerkte-in-frankreich/region/{id}-{slug}.php | Path does not match |
| 34 | app_region_show.fr | /region/{id}-marche-{slug}.php | Path does not match |
| 35 | app_region_show.en | /market-in-france/region/{id}-{slug}.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.