Routing
event_show
Matched route
Route Parameters
Name | Value |
---|---|
id | "212" |
name | "an-introduction-to-dialectical-behaviour-therapy" |
Route Matching Logs
Path to match:
/events/212/an-introduction-to-dialectical-behaviour-therapy
# | Route name | Path | Log |
---|---|---|---|
1 | app_admin_cron_monthly | /voadmin/cron/monthly | Path does not match |
2 | admin_dashboard | /voadmin/ | Path does not match |
3 | admin_dashboard2 | /voadmin/dashboard | Path does not match |
4 | secure_file | /voadmin/secure_file/{file} | Path does not match |
5 | reorder_dictionaries | /voadmin/reorder_dictionaries | Path does not match |
6 | admin_dictionaries | /voadmin/dictionaries/{type_key} | Path does not match |
7 | dictionary_results | /voadmin/dictionaries/{type_key} | Path does not match |
8 | dictionary_new | /voadmin/dictionaries/{type_key}/add | Path does not match |
9 | dictionary_edit | /voadmin/dictionaries/{type_key}/{id} | Path does not match |
10 | dictionary_delete | /voadmin/dictionaries/{type_key}/{id}/delete | Path does not match |
11 | admin_emailforms | /voadmin/emailforms/{type_key} | Path does not match |
12 | emailforms_results | /voadmin/emailforms/{type_key} | Path does not match |
13 | emailform_edit | /voadmin/emailforms/{type_key}/{id} | Path does not match |
14 | emailform_file | /voadmin/emailforms/{type_key}/{id}/{file}/{filename} | Path does not match |
15 | emailform_delete | /voadmin/emailforms/{type_key}/{id}/delete | Path does not match |
16 | admin_events | /voadmin/events | Path does not match |
17 | event_new | /voadmin/event/add | Path does not match |
18 | event_edit | /voadmin/event/{id} | Path does not match |
19 | event_delete | /voadmin/event/{id}/delete | Path does not match |
20 | admin_applications | /voadmin/applications/ | Path does not match |
21 | application_edit | /voadmin/applications/{id} | Path does not match |
22 | approve_application | /voadmin/applications/{id}/approve | Path does not match |
23 | application_receipt_download | /voadmin/applications/{id}/receipt | Path does not match |
24 | delete_application | /voadmin/applications/{id}/delete | Path does not match |
25 | admin_members | /voadmin/members/ | Path does not match |
26 | member_edit | /voadmin/members/{id} | Path does not match |
27 | member_new | /voadmin/members/add | Path does not match |
28 | dd | /voadmin/mirror/test_upload | Path does not match |
29 | create_mirror_list | /voadmin/mirror/create | Path does not match |
30 | reorder_pages | /voadmin/reorder_pages | Path does not match |
31 | admin_pages | /voadmin/pages/{type_key} | Path does not match |
32 | page_results | /voadmin/pages/{type_key} | Path does not match |
33 | page_new | /voadmin/pages/{type_key}/add | Path does not match |
34 | page_edit | /voadmin/pages/{type_key}/{id} | Path does not match |
35 | page_delete | /voadmin/pages/{type_key}/{id}/delete | Path does not match |
36 | external_filemanager_path | /voadmin/responsive_filemanager/ | Path does not match |
37 | responsive_filemanager_dialog | /voadmin/responsive_filemanager/dialog.php | Path does not match |
38 | responsive_filemanager_execute | /voadmin/responsive_filemanager/execute.php | Path does not match |
39 | responsive_filemanager_upload | /voadmin/responsive_filemanager/upload.php | Path does not match |
40 | responsive_filemanager_ajax_calls | /voadmin/responsive_filemanager/ajax_calls.php | Path does not match |
41 | download_subscribers | /voadmin/download_subscribers | Path does not match |
42 | upload_file | /voadmin/file_upload | Path does not match |
43 | handle_ajax | /voadmin/handle_ajax | Path does not match |
44 | settings | /voadmin/settings/{form_key} | Path does not match |
45 | log_list | /voadmin/superadmin/logs | Path does not match |
46 | phpminiadmin_setup | /voadmin/superadmin/phpminiadmin | Path does not match |
47 | dictionaries_setup | /voadmin/superadmin/dictionaries_setup | Path does not match |
48 | cache_clear | /voadmin/superadmin/cache_clear | Path does not match |
49 | generate_entities | /voadmin/superadmin/generate_entities | Path does not match |
50 | schema_migrate | /voadmin/superadmin/schema_migrate | Path does not match |
51 | website_menupage | /voadmin/superadmin/website_menupage | Path does not match |
52 | website_additionalpages | /voadmin/superadmin/website_additional_pages | Path does not match |
53 | website_setup | /voadmin/superadmin/website_setup | Path does not match |
54 | website_404 | /voadmin/superadmin/website_404 | Path does not match |
55 | website_options | /voadmin/superadmin/website_options | Path does not match |
56 | applog_list | /voadmin/superadmin/error_logs | Path does not match |
57 | admin_therapists | /voadmin/therapists/ | Path does not match |
58 | member_document_download | /voadmin/therapists/document/{id}/{file_name} | Path does not match |
59 | therapist_edit | /voadmin/therapists/{id} | Path does not match |
60 | therapist_new | /voadmin/therapists/add | Path does not match |
61 | delete_member | /voadmin/therapists/{id}/delete | Path does not match |
62 | app_admin_tools_importgalleries | /voadmin/tools/import-galleries | Path does not match |
63 | admin_users | /voadmin/users/ | Path does not match |
64 | user_new | /voadmin/users/add | Path does not match |
65 | user_edit | /voadmin/users/{id} | Path does not match |
66 | user_delete | /voadmin/users/{id}/delete | Path does not match |
67 | post_application | /application/create | Path does not match |
68 | payment_token | /application/get-form-token | Path does not match |
69 | promo_code_check | /application/promo-code-check | Path does not match |
70 | app_default_testsalesforce | /test-salesforce | Path does not match |
71 | homepage | / | Path does not match |
72 | homepage_path | / | Path does not match |
73 | page_show | /page/{id} | Path does not match |
74 | dictionary_list | /list/{typeKey} | Path does not match |
75 | events_list | /events | Path does not match |
76 | events_list_type | /events/{type} | Path does not match |
77 | event_show | /events/{id}/{name} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.