Routing
app_video_show
Matched route
Route Parameters
Name | Value |
---|---|
slug | "1d-jp-mp4" |
Route Redirection
This page redirects to:
/login
(route: "n/a")
Route Matching Logs
Path to match:
/video/1d-jp-mp4
# | Route name | Path | Log |
---|---|---|---|
1 | admin | /admin | Path does not match |
2 | app_alignment_index | /alignment/ | Path does not match |
3 | alignment_linked | /alignment/linked/{tid}/{vid} | Path does not match |
4 | alignment_to_validate | /alignment/to-validate | Path does not match |
5 | alignment_validation | /alignment/{slug}/validate | Path does not match |
6 | alignment_unvalidation | /alignment/{slug}/unvalidate | Path does not match |
7 | my_alignments | /alignment/my-alignments | Path does not match |
8 | alignment_import_json | /alignment/import-json | Path does not match |
9 | alignment_new | /alignment/new/{tid}/{vid} | Path does not match |
10 | alignment_source | /alignment/show/{tid}/{vid} | Path does not match |
11 | app_alignment_show | /alignment/{slug} | Path does not match |
12 | app_alignment_edit | /alignment/{slug}/edit | Path does not match |
13 | alignment_edit_annotation | /alignment/{slug}/edit-annotation | Path does not match |
14 | alignment_new_annotation | /alignment/new-annotation/{tid}/{vid} | Path does not match |
15 | app_alignment_delete | /alignment/delete/{slug} | Path does not match |
16 | accueil | / | Path does not match |
17 | projet | /projet | Path does not match |
18 | contact | /contact | Path does not match |
19 | change_locale | /change_locale/{locale} | Path does not match |
20 | app_media_index | /media/ | Path does not match |
21 | app_media_new | /media/new | Path does not match |
22 | app_media_show | /media/{id} | Path does not match |
23 | app_media_edit | /media/{id}/edit | Path does not match |
24 | app_media_delete | /mediadelete/{id} | Path does not match |
25 | app_organism_index | /organism/ | Path does not match |
26 | organism_index | /organism/index | Path does not match |
27 | app_organism_new | /organism/new | Path does not match |
28 | app_organism_show | /organism/{id} | Path does not match |
29 | app_organism_edit | /organism/{id}/edit | Path does not match |
30 | app_organism_delete | /organism/{id} | Path does not match |
31 | app_page_index | /page/ | Path does not match |
32 | app_page_new | /page/new | Path does not match |
33 | app_page_show | /page/{slug} | Path does not match |
34 | app_page_edit | /page/{slug}/edit | Path does not match |
35 | app_page_delete | /page/{slug}/delete | Path does not match |
36 | app_project_index | /project/ | Path does not match |
37 | app_project_new | /project/new | Path does not match |
38 | app_project_show | /project/{id} | Path does not match |
39 | app_project_edit | /project/{id}/edit | Path does not match |
40 | app_project_delete | /project/{id} | Path does not match |
41 | app_register | /register | Path does not match |
42 | app_emailformactivation | /email_form_activation | Path does not match |
43 | app_sendactivatemail | /confirm_activation | Path does not match |
44 | activation | /activation/{token} | Path does not match |
45 | app_forgot_password_request | /reinitialisation/mot-de-passe-oublie | Path does not match |
46 | app_check_email | /reinitialisation/check-email | Path does not match |
47 | app_reset_password | /reinitialisation/reset/{token} | Path does not match |
48 | app_login | /login | Path does not match |
49 | app_logout | /logout | Path does not match |
50 | app_text_index | /text/ | Path does not match |
51 | text_alignements | /text/alignements | Path does not match |
52 | app_text_new | /text/new | Path does not match |
53 | app_text_show | /text/{slug} | Path does not match |
54 | app_text_edit | /text/{slug}/edit | Path does not match |
55 | app_text_delete | /text/delete/{slug} | Path does not match |
56 | user_index | /user/index | Path does not match |
57 | user_list | /user/utilisateurs | Path does not match |
58 | user_show | /user/{slug} | Path does not match |
59 | profil | /user/profil/{slug} | Path does not match |
60 | user_edit | /user/profil/edit/{slug} | Path does not match |
61 | password_edit | /user/profil/password/edit | Path does not match |
62 | user_delete | /user/{slug}/supprimer | Path does not match |
63 | app_video_index | /video/ | Path does not match |
64 | video_capture_image | /video/captureImage | Path does not match |
65 | app_video_new | /video/new | Path does not match |
66 | app_video_show | /video/{slug} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.