Routing
app_login
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "ar" |
Route Matching Logs
Path to match:
/ar/login
| # | 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_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | index_landing_new | / | Path does not match |
| 14 | blog_index | /{_locale}/blog/ | Path does not match |
| 15 | blog_show | /{_locale}/blog/article/{slug} | Path does not match |
| 16 | blog_category | /{_locale}/blog/categorie/{slug} | Path does not match |
| 17 | blog_tag | /{_locale}/blog/tag/{slug} | Path does not match |
| 18 | blog_search | /{_locale}/blog/recherche | Path does not match |
| 19 | comment_new | /{_locale}/comment/{masjidid}/new | Path does not match |
| 20 | commentPost_new | /{_locale}/commentPost/{blogPostid}/new | Path does not match |
| 21 | community_index | /{_locale}/community/ | Path does not match |
| 22 | community_show | /{_locale}/community/{slug} | Path does not match |
| 23 | app_main_contact | /{_locale}/contact | Path does not match |
| 24 | app_main_contact_ajax | /{_locale}/contact-ajax | Path does not match |
| 25 | app_front_main_index | /{_locale}/ | Path does not match |
| 26 | app_front_main_about | /{_locale}/about-us | Path does not match |
| 27 | masjid_index.en | /en/masjid/ | Path does not match |
| 28 | masjid_index.fr | /fr/Mosquees/ | Path does not match |
| 29 | masjid_index.ar | /ar/مساجد/ | Path does not match |
| 30 | masjid_show.en | /en/masjid/{slug} | Path does not match |
| 31 | masjid_show.fr | /fr/Mosquees/{slug} | Path does not match |
| 32 | masjid_show.ar | /ar/مساجد/{slug} | Path does not match |
| 33 | search.en | /en/masjid/query/search | Path does not match |
| 34 | search.fr | /fr/Mosquees/recherche/mosquee | Path does not match |
| 35 | search.ar | /ar/مساجد/query/search | Path does not match |
| 36 | findNearestToClientLocation.en | /en/masjid/findNearestToClientLocation/{lat}/{lng} | Path does not match |
| 37 | findNearestToClientLocation.fr | /fr/Mosquees/findNearestToClientLocation/{lat}/{lng} | Path does not match |
| 38 | findNearestToClientLocation.ar | /ar/مساجد/findNearestToClientLocation/{lat}/{lng} | Path does not match |
| 39 | donate | /{_locale}/donate | Path does not match |
| 40 | payment-success | /{_locale}/payment/success | Path does not match |
| 41 | payment-cancel | /{_locale}/payment/cancel | Path does not match |
| 42 | picture_show | /{_locale}/picture/{id} | Path does not match |
| 43 | app_register | /{_locale}/register | Path does not match |
| 44 | app_login | /{_locale}/login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.