Routing
contact_route
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/contact
# | Route name | Path | Log |
---|---|---|---|
1 | aim_route | /aim-documents | Path does not match |
2 | about_route | /about | Path does not match |
3 | app_admin_news_article_delete_route | /news/{id}/delete | Path does not match |
4 | app_admin_news_article_edit_route | /news/{id}/edit | Path does not match |
5 | app_admin_news_article_index_route | /news/ | Path does not match |
6 | app_admin_news_article_new_route | /news/new | Path does not match |
7 | app_admin_news_article_image_route | /news/image/{size}/{filename} | Path does not match |
8 | app_admin_news_article_thumbnail_route | /news/thumbnail/{size}/{filename} | Path does not match |
9 | app_admin_news_article_show_route | /news/{id} | Path does not match |
10 | app_admin_news_article_publish_route | /news/{id}/publish | Path does not match |
11 | board_route | /board-of-directors | Path does not match |
12 | business_model_route | /business-model | Path does not match |
13 | business_strategy_route | /business-strategy | Path does not match |
14 | carbon_offsetting_route | /carbon-offsetting | Path does not match |
15 | company_documents_route | /company-documents | Path does not match |
16 | company_information_route | /company-information | Path does not match |
17 | contact_route | /contact | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.