Routing
app_values_index
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/values/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | app_about_index | /about/ | Path does not match |
| 17 | app_admin_about_me_index | /admin/about-me/ | Path does not match |
| 18 | app_admin_about_me_add | /admin/about-me/ajout | Path does not match |
| 19 | app_admin_about_me_edit | /admin/about-me/edition/{id} | Path does not match |
| 20 | app_admin_contact_index | /admin/contact/ | Path does not match |
| 21 | app_admin_contact_show | /admin/contact/details/{id} | Path does not match |
| 22 | app_admin_contact_delete | /admin/contact/suppression/{id} | Path does not match |
| 23 | app_admin_faq_index | /admin/faq/ | Path does not match |
| 24 | app_admin_faq_add | /admin/faq/ajout | Path does not match |
| 25 | app_admin_faq_edit | /admin/faq/edition/{id} | Path does not match |
| 26 | app_admin_faq_delete | /admin/faq/suppression/{id} | Path does not match |
| 27 | app_admin_introduction_index | /admin/introduction/ | Path does not match |
| 28 | app_admin_introduction_add | /admin/introduction/ajout | Path does not match |
| 29 | app_admin_introduction_edit | /admin/introduction/edition/{id} | Path does not match |
| 30 | app_admin_introduction_delete | /admin/introduction/suppression/{id} | Path does not match |
| 31 | app_admin_logo_index | /admin/logo/ | Path does not match |
| 32 | app_admin_logo_add | /admin/logo/ajout | Path does not match |
| 33 | app_admin_logo_edit | /admin/logo/edition/{id} | Path does not match |
| 34 | app_admin_logo_delete | /admin/logo/suppression/{id} | Path does not match |
| 35 | app_admin_portfolio_index | /admin/portfolio/ | Path does not match |
| 36 | app_admin_portfolio_add | /admin/portfolio/ajout | Path does not match |
| 37 | app_admin_portfolio_edit | /admin/portfolio/edition/{id} | Path does not match |
| 38 | app_admin_portfolio_delete | /admin/portfolio/suppression/{id} | Path does not match |
| 39 | app_admin_services_index | /admin/services/ | Path does not match |
| 40 | app_admin_services_add | /admin/services/ajout | Path does not match |
| 41 | app_admin_services_edit | /admin/services/edition/{id} | Path does not match |
| 42 | app_admin_services_delete | /admin/services/suppression/{id} | Path does not match |
| 43 | app_admin_values_index | /admin/values/ | Path does not match |
| 44 | app_admin_values_add | /admin/values/ajout | Path does not match |
| 45 | app_admin_values_edit | /admin/values/edition/{id} | Path does not match |
| 46 | app_admin_values_delete | /admin/values/suppression/{id} | Path does not match |
| 47 | app_admin_index | /admin/ | Path does not match |
| 48 | app_contact_index | /contact/ | Path does not match |
| 49 | app_faqindex | /faq/ | Path does not match |
| 50 | app_home_index | / | Path does not match |
| 51 | app_portfolio_index | /portfolio/ | Path does not match |
| 52 | app_register | /inscription | Path does not match |
| 53 | app_login | /connexion | Path does not match |
| 54 | app_logout | /deconnexion | Path does not match |
| 55 | app_services_index | /services/ | Path does not match |
| 56 | app_values_index | /values/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.