Routing
app_legal_terms
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
Route Matching Logs
Path to match:
/fr/terms-and-conditions
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | get_one_interprise | /{_locale}/api/enterprise/get/{id} | Path does not match |
| 15 | app_get_user_products | /{_locale}/api/get_user/products | Path does not match |
| 16 | app_add_product | /{_locale}/product/addProduct | Path does not match |
| 17 | app_add_product_images | /{_locale}/product/{id}/add/image | Path does not match |
| 18 | app_delete_product | /{_locale}/product/item/delete/{id} | Path does not match |
| 19 | app_update_product | /{_locale}/product/updateProduct/{id} | Path does not match |
| 20 | app_delete_media | /{_locale}/product/item/{item_id}/delete/{id} | Path does not match |
| 21 | app_user_profile | /{_locale}/user/profile | Path does not match |
| 22 | app_user_profile_entreprises | /{_locale}/user/profile/entreprise | Path does not match |
| 23 | app_beneficiary_invitations | /{_locale}/invitations/ | Path does not match |
| 24 | app_beneficiary_invitation_decline | /{_locale}/invitations/decline/{id} | Path does not match |
| 25 | app_beneficiary_generate_mandate | /{_locale}/invitations/mandate/{id}/generate | Path does not match |
| 26 | app_beneficiary_mandate_signature | /{_locale}/invitations/mandate/{id}/signature | Path does not match |
| 27 | app_subscription_alerts | /{_locale}/subscription/required-actions | Path does not match |
| 28 | app_subscription_generate_doc | /{_locale}/subscription/generate | Path does not match |
| 29 | app_subscription_sign | /{_locale}/subscription/sign | Path does not match |
| 30 | app_dashboard | /{_locale}/dashboard | Path does not match |
| 31 | app_logout | /{_locale}/logout | Path does not match |
| 32 | app_encour | /{_locale}/encour | Path does not match |
| 33 | app_enterprise | /{_locale}/profile/enterprise/{id}/structure | Path does not match |
| 34 | app_delete_enterprise | /{_locale}/enterprises/delete/{id} | Path does not match |
| 35 | app_accounts_index | /{_locale}/my/accounts | Path does not match |
| 36 | app_account_details | /{_locale}/my/accounts/{account_id}/details | Path does not match |
| 37 | account_make_default | /{_locale}/account/make/{accountId}/default | Path does not match |
| 38 | account_statements | /{_locale}/client/account/{account_id}/statement-of-account | Path does not match |
| 39 | account_beneficiaries | /{_locale}/account/{account_id}/beneficiaries | Path does not match |
| 40 | account_beneficiary_delete | /{_locale}/account/{account_id}/beneficiary/{beneficiary_id} | Path does not match |
| 41 | account_beneficiary_update | /{_locale}/account/{account_id}/beneficiary/{beneficiary_id} | Path does not match |
| 42 | account_beneficiary_create | /{_locale}/account/{account_id}/beneficiary | Path does not match |
| 43 | client_accounts_list | /{_locale}/client/accounts/list | Path does not match |
| 44 | app_cart_show | /{_locale}/cart | Path does not match |
| 45 | app_add_to_cart | /{_locale}/add/product/{id} | Path does not match |
| 46 | app_decrement_product | /{_locale}/decrement/product/{id} | Path does not match |
| 47 | app_remove_product | /{_locale}/remove/product/{id} | Path does not match |
| 48 | app_payment_proceed | /{_locale}/payment | Path does not match |
| 49 | app_market_search | /{_locale}/market-place | Path does not match |
| 50 | app_market_detail_products | /{_locale}/market/products/{id} | Path does not match |
| 51 | app_market_search_by_category | /{_locale}/market-place/category/{id} | Path does not match |
| 52 | app_recherche | /{_locale}/search | Path does not match |
| 53 | app_funding | /{_locale}/fundings/{funding_id} | Path does not match |
| 54 | app_upload_document | /{_locale}/upload/documents/{funding_bundle_id}/{document_id}/{funding_id} | Path does not match |
| 55 | app_pay_due | /{_locale}/schedule/{funding_id}/due/{due_id}/pay | Path does not match |
| 56 | app_funding_schedule_due | /{_locale}/fundings/bubdle/{bundle_id}/document/{id} | Path does not match |
| 57 | app_centre_aide | /{_locale}/help-center | Path does not match |
| 58 | presentation_home | /{_locale}/presentation | Path does not match |
| 59 | app_legal_terms | /{_locale}/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.