Routing
about
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/about
# | Route name | Path | Log |
---|---|---|---|
1 | backoffice_questionnaire_list | /backoffice/questionnaire/list | Path does not match |
2 | backoffice_questionnaire_questions | /backoffice/questionnaire/questions/{id} | Path does not match |
3 | backoffice_question_add | /backoffice/questionnaire/question/add | Path does not match |
4 | backoffice_question_edit | /backoffice/questionnaire/question/edit/{id} | Path does not match |
5 | backoffice_question_edit_scores | /backoffice/questionnaire/question/edit-scores/{id} | Path does not match |
6 | backoffice_question_delete | /backoffice/questionnaire/question/delete/{id} | Path does not match |
7 | backoffice_respondent_list | /backoffice/respondent/list | Path does not match |
8 | backoffice_statistics_list | /backoffice/statistics/list | Path does not match |
9 | backoffice_statistics_formation | /backoffice/statistics/formation | Path does not match |
10 | backoffice_statistics_display_respondent | /backoffice/statistics/display/{rank} | Path does not match |
11 | backoffice_statistics_display_formation | /backoffice/statistics/display-formation/{rank} | Path does not match |
12 | index | / | Path does not match |
13 | about | /about | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.