Routing
app_map
Matched route
Route Parameters
| Name | Value |
|---|---|
| httpPort | 80 |
| httpsPort | 443 |
| path | "/map" |
| permanent | true |
| scheme | null |
Route Redirection
This page redirects to:
http://demo-app.wastreet.app/map?point_recyclage_id=13&type=decheterie
(route: "app_map")
Route Matching Logs
Path to match:
/map/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /derriere | Path does not match |
| 2 | admin_setup | /derriere/setup | Path does not match |
| 3 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 4 | ux_entity_autocomplete | /autocomplete/{alias} | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 11 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 12 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 13 | _profiler_open_file | /_profiler/open | Path does not match |
| 14 | _profiler | /_profiler/{token} | Path does not match |
| 15 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 16 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 17 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 18 | app_actualites | /actualites | Path does not match |
| 19 | actualites_refresh | /actualites/refresh | Path does not match |
| 20 | app_show_actualite | /actualites/{id} | Path does not match |
| 21 | app_collectes | /collectes | Path does not match |
| 22 | app_login | /connexion | Path does not match |
| 23 | app_profile | /compte | Path does not match |
| 24 | app_new_profile | /compte/new | Path does not match |
| 25 | app_edit_profile | /compte/edit | Path does not match |
| 26 | app_lost_password | /compte/lost_password | Path does not match |
| 27 | app_reset_password | /compte/reset_password/{token} | Path does not match |
| 28 | app_edit_password | /compte/edit_password | Path does not match |
| 29 | app_edit_notification | /compte/edit_notifications | Path does not match |
| 30 | app_logout | /deconnexion | Path does not match |
| 31 | app_dechets | /dechets | Path does not match |
| 32 | serve_pdf | /pdf/{signalementId}/{filename} | Path does not match |
| 33 | app_test_gc | /test/gc | Path does not match |
| 34 | app_guide_tri | /guide-tri | Path does not match |
| 35 | dechets_refresh | /dechets/refresh | Path does not match |
| 36 | dechets_ajouter | /dechets/ajouter | Path does not match |
| 37 | app_home | / | Path does not match |
| 38 | app_mentions_legales | /mentions-legales | Path does not match |
| 39 | app_cgu | /cgu | Path does not match |
| 40 | app_contacts_collectivites | /contacts-collectivites | Path does not match |
| 41 | app_map | /map | Path does not match |
| 42 | app_signalements | /signalements | Path does not match |
| 43 | app_signalements_nouveau | /signalements/nouveau | Path does not match |
| 44 | app_show_signalement | /signalements/{id} | Path does not match |
| 45 | get_complements | /complements/{description} | Path does not match |
| 46 | app_support | /support | Path does not match |
| 47 | app_test_error_500 | /test-error-500 | Path does not match |
| 48 | get_code_postal | /get-code-postal | Path does not match |
| 49 | app_zones_voies_by_ville | /zones-voies-by-ville/{ville} | Path does not match |
| 50 | app_autocomplete_zones_voies | /autocomplete/zones-voies/{ville} | Path does not match |
| 51 | app_photo_show | /photos/{filename} | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.