Routing
app.forgot_password
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
Route Matching Logs
Path to match:
/en/forgot-password
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | admin.apartment | /admin/apartment/ | Path does not match |
| 16 | admin.apartment.new | /admin/apartment/new | Path does not match |
| 17 | admin.apartment.show | /admin/apartment/{id} | Path does not match |
| 18 | admin.apartment.edit | /admin/apartment/{id}/edit | Path does not match |
| 19 | admin.apartment.delete | /admin/apartment/{id} | Path does not match |
| 20 | admin.ajax.apartment | /admin/apartment/ajax/list | Path does not match |
| 21 | ajax.apartment.image.delete | /admin/apartment/images/delete/{id} | Path does not match |
| 22 | app.admin | /admin | Path does not match |
| 23 | admin.equipment | /admin/equipment/ | Path does not match |
| 24 | admin.equipment.new | /admin/equipment/new | Path does not match |
| 25 | admin.equipment.edit | /admin/equipment/{id}/edit | Path does not match |
| 26 | admin.equipment.delete | /admin/equipment/delete | Path does not match |
| 27 | admin.ajax.equipment | /admin/equipment/ajax/list | Path does not match |
| 28 | admin.news.index | /admin/news/ | Path does not match |
| 29 | admin.news.new | /admin/news/new | Path does not match |
| 30 | admin.news.edit | /admin/news/{id}/edit | Path does not match |
| 31 | admin.news.delete | /admin/news/{id}/delete | Path does not match |
| 32 | admin.news.image.delete | /admin/news/image/{id}/delete | Path does not match |
| 33 | admin_reservations_list | /admin/reservations | Path does not match |
| 34 | admin_reservation_show | /admin/reservations/{id} | Path does not match |
| 35 | admin_refund_caution | /admin/reservations/{id}/refund-caution | Path does not match |
| 36 | admin.user | /admin/user/ | Path does not match |
| 37 | admin.user.delete | /admin/user/{id} | Path does not match |
| 38 | admin.ajax.user | /admin/user/ajax/list | Path does not match |
| 39 | blog_admin | /admin/blog | Path does not match |
| 40 | price_period_index | /admin/price/period/ | Path does not match |
| 41 | price_period_new | /admin/price/period/new | Path does not match |
| 42 | price_period_show | /admin/price/period/{id} | Path does not match |
| 43 | price_period_edit | /admin/price/period/{id}/edit | Path does not match |
| 44 | price_period_delete | /admin/price/period/{id} | Path does not match |
| 45 | pridePeriode.json | /admin/price/period/pricePeriode/{id}/json | Path does not match |
| 46 | app.apartments | /{_locale}/apartments/ | Path does not match |
| 47 | app.apartment.details | /{_locale}/apartments/{id}/details | Path does not match |
| 48 | reservations_json | /{_locale}/apartments/reservations/json | Path does not match |
| 49 | blog_index | /blog/{_locale}/blog | Path does not match |
| 50 | blog_article | /blog/{_locale}/blog/article/{slug} | Path does not match |
| 51 | blog_category | /blog/{_locale}/blog/categorie/{slug} | Path does not match |
| 52 | root_redirect | / | Path does not match |
| 53 | app.home | /{_locale}/ | Path does not match |
| 54 | app.search_apartment | /{_locale}/search | Path does not match |
| 55 | app.contact | /{_locale}/contact | Path does not match |
| 56 | app.test_mail | /test-mail | Path does not match |
| 57 | app.register | /{_locale}/register | Path does not match |
| 58 | app.verify_email | /{_locale}/verify-email/{token} | Path does not match |
| 59 | app.forgot_password | /{_locale}/forgot-password | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.