Routing
terms_and_conditions
Matched route
Route Parameters
| Name | Value |
|---|---|
| maxAge | 86400 |
| sharedAge | 86400 |
| template | "static/terms_and_conditions.html.twig" |
Route Matching Logs
Path to match:
/terms-and-conditions
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _uploader_upload_tmp | /_uploader/tmp/upload | Path does not match |
| 3 | uploads_chunks_check | /_uploads/chunks_check | Path does not match |
| 4 | backend_homepage | / | Path does not match |
| 5 | backend_dashboard | /dashboard | Path does not match |
| 6 | backend_login | /login | Path does not match |
| 7 | backend_logout | /logout | Path does not match |
| 8 | backend_two_factor.reset | /two-factor/reset | Path does not match |
| 9 | backend_two_factor_verify | /two-factor/verify | Path does not match |
| 10 | backend_two_factor_setup | /two-factor/setup | Path does not match |
| 11 | backend_two_factor_notice | /two-factor | Path does not match |
| 12 | backend_registration_create | /settings/backend-user/create | Path does not match |
| 13 | backend_registration_success | /settings/backend-user/create/success | Path does not match |
| 14 | backend_backend_user_list | /settings/backend-user/list | Path does not match |
| 15 | backend_backend_user_edit | /settings/backend-user/edit/{id} | Path does not match |
| 16 | backend_export_user | /users/export | Path does not match |
| 17 | backend_user_edit | /users/{id} | Path does not match |
| 18 | backend_user_create | /users/create | Path does not match |
| 19 | backend_user_impersonate | /users/impersonate/{id} | Path does not match |
| 20 | backend_user_edit_email | /users/edit_email/{id} | Path does not match |
| 21 | backend_login_log_list | /users/login-log/{id} | Path does not match |
| 22 | backend_user_gallery_image_purchase_list | /users/purchase-gallery/{user} | Path does not match |
| 23 | backend_gallery_image_bid_user_refund | /users/gallery-purchase-refund/{id} | Path does not match |
| 24 | backend_user_list | /users | Path does not match |
| 25 | backend_user_credit_purchases_list | /users/credits/{user} | Path does not match |
| 26 | backend_gallery_purchase_list | /gallery/purchase/{gallery} | Path does not match |
| 27 | backend_gallery_image_bid_gallery_image_refund | /refund/gallery-purchase-refund/{id} | Path does not match |
| 28 | backend_satellite_edit | /settings/satellite/{id} | Path does not match |
| 29 | backend_satellite_create | /settings/satellite/create | Path does not match |
| 30 | backend_satellite_list | /settings/satellite | Path does not match |
| 31 | backend_payment_package_list | /payment-package | Path does not match |
| 32 | backend_gallery_create | /gallery/create | Path does not match |
| 33 | backend_gallery_edit | /gallery/{id} | Path does not match |
| 34 | backend_gallery_preview | /gallery/preview/{id} | Path does not match |
| 35 | backend_gallery_list_preview | /gallery/preview-list/{id} | Path does not match |
| 36 | backend_gallery_delete | /gallery/delete/{id} | Path does not match |
| 37 | backend_gallery_list | /gallery/{tab} | Path does not match |
| 38 | backend_gallery_edit_metadata | /gallery/edit/{id} | Path does not match |
| 39 | backend_membership_cancel | /users/membership-cancel/{id} | Path does not match |
| 40 | backend_membership_downgrade | /users/membership-downgrade/{id} | Path does not match |
| 41 | backend_statistic_user | /users/statistic | Path does not match |
| 42 | backend_tag_edit | /settings/tag/{id} | Path does not match |
| 43 | backend_tag_create | /settings/tag/create | Path does not match |
| 44 | backend_tag_sync | /settings/tag/sync | Path does not match |
| 45 | backend_tag_list | /settings/tag/{tab} | Path does not match |
| 46 | backend_internal_tag_edit | /settings/internal-tag/{id} | Path does not match |
| 47 | backend_internal_tag_create | /settings/internal-tag/create | Path does not match |
| 48 | backend_internal_tag_list | /settings/internal-tag | Path does not match |
| 49 | app_login | /login | Path does not match |
| 50 | app_logout | /logout | Path does not match |
| 51 | vxs_check | /vxs/check-order | Path does not match |
| 52 | vxs_postback | /vxs/postback | Path does not match |
| 53 | epoch_credits_callback | /epoch/check-order | Path does not match |
| 54 | epoch_membership_callback | /epoch/check-membership | Path does not match |
| 55 | epoch_upgrade_callback | /epoch/check-upgrade | Path does not match |
| 56 | epoch_postback_membership | /epoch/postback-membership | Path does not match |
| 57 | epoch_postback_credits | /epoch/postback-credits | Path does not match |
| 58 | epoch_postback_upgrade | /epoch/postback-upgrade | Path does not match |
| 59 | epoch_postback_downgrade | /epoch/postback-downgrade | Path does not match |
| 60 | epoch_postback_data_plus | /epoch/postback-data-plus | Path does not match |
| 61 | app_switch_theme | /switch-theme/{mode} | Path does not match |
| 62 | csp_report | /csp-violation-report | Path does not match |
| 63 | reset_password_new | /forgot-password/{hash} | Path does not match |
| 64 | reset_password_request | /forgot-password | Path does not match |
| 65 | api_gallery_create | /api/gallery/create | Path does not match |
| 66 | api_gallery_edit | /api/gallery/edit/{id} | Path does not match |
| 67 | api_gallery_details | /api/gallery/{id} | Path does not match |
| 68 | registration | /join | Path does not match |
| 69 | registration_resend_validation | /email-validation-resend | Path does not match |
| 70 | registration_validation | /email-validation/{hash} | Path does not match |
| 71 | dmca | /dmca-notice-takedown | Path does not match |
| 72 | terms_and_conditions | /terms-and-conditions | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.