Routing
frontend_static
Matched route
Route Parameters
| Name | Value |
|---|---|
| template | "conditions" |
Route Matching Logs
Path to match:
/conditions
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | fos_js_routing_js | /js/routing.{_format} | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | app.swagger | /api/v1/doc.json | Path does not match |
| 4 | app.swagger_ui | /api/v1/doc | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 11 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 12 | _profiler_open_file | /_profiler/open | Path does not match |
| 13 | _profiler | /_profiler/{token} | Path does not match |
| 14 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 15 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 16 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 17 | api_login_check | /api/v1/login-check | Path does not match |
| 18 | api_grid_customers | /api/grid/customers | Path does not match |
| 19 | api_grid_customers_orders | /api/grid/customers/{id}/orders | Path does not match |
| 20 | api_grid_events | /api/grid/events | Path does not match |
| 21 | api_grid_events_archive | /api/grid/events/archive | Path does not match |
| 22 | api_grid_events_all | /api/grid/events-all | Path does not match |
| 23 | api_grid_invoices | /api/grid/invoices | Path does not match |
| 24 | api_grid_logs | /api/grid/logs | Path does not match |
| 25 | api_grid_orders | /api/grid/orders | Path does not match |
| 26 | api_grid_presentations | /api/grid/presentations | Path does not match |
| 27 | api_grid_presentations_orders | /api/grid/presentations/{presentation_id}/orders | Path does not match |
| 28 | api_grid_users | /api/grid/users | Path does not match |
| 29 | api_grid_users_orders | /api/grid/users/{id}/orders | Path does not match |
| 30 | xhr_cart_render_presentations | /xhr/cart/presentations | Path does not match |
| 31 | xhr_cart_render_sectors | /xhr/cart/sectors | Path does not match |
| 32 | xhr_cart_render_seats | /xhr/cart/seats | Path does not match |
| 33 | xhr_cart_render_preview | /xhr/cart/cart-preview | Path does not match |
| 34 | xhr_cart_check_seat | /xhr/cart/check-seat | Path does not match |
| 35 | xhr_cart_add_cart_row | /xhr/cart/add-cart-row | Path does not match |
| 36 | xhr_cart_add_tickets_not_numbered | /xhr/cart/add-tickets-nn | Path does not match |
| 37 | xhr_cart_remove_item | /xhr/cart/remove-item | Path does not match |
| 38 | xhr_cart_apply_discount | /xhr/cart/apply-discount | Path does not match |
| 39 | extranet_homepage | /usuario/ | Path does not match |
| 40 | extranet_profile | /usuario/perfil | Path does not match |
| 41 | extranet_change_name | /usuario/modificar-nome | Path does not match |
| 42 | extranet_change_email | /usuario/modificar-email | Path does not match |
| 43 | extranet_change_mobile | /usuario/modificar-movil | Path does not match |
| 44 | extranet_validate_mobile | /usuario/validar-movil | Path does not match |
| 45 | extranet_validate_mobile_resend | /usuario/validar-movil-resend | Path does not match |
| 46 | extranet_change_identification_number | /usuario/modificar-dni | Path does not match |
| 47 | extranet_update_profile | /usuario/actualizar-perfil | Path does not match |
| 48 | extranet_change_subscription | /usuario/actualizar-notificaciones | Path does not match |
| 49 | extranet_change_password | /usuario/modificar-contrasinal | Path does not match |
| 50 | extranet_support | /usuario/axuda | Path does not match |
| 51 | extranet_order | /usuario/order/{number} | Path does not match |
| 52 | extranet_order_download | /usuario/order/{number}/download | Path does not match |
| 53 | extranet_invoice | /usuario/invoice/{id} | Path does not match |
| 54 | ticket_download | /usuario/entrada/descarga/{token} | Path does not match |
| 55 | app_registration | /rexistrar/ | Path does not match |
| 56 | app_registration_check_email | /rexistrar/verificar-email | Path does not match |
| 57 | app_registration_confirm | /rexistrar/confirmar/{token} | Path does not match |
| 58 | app_registration_confirmed | /rexistrar/confirmado | Path does not match |
| 59 | app_forgot_password_request | /reset-password | Path does not match |
| 60 | app_check_email | /reset-password/check-email | Path does not match |
| 61 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 62 | app_login | /inicio-sesion | Path does not match |
| 63 | app_logout | /pechar-sesion | Path does not match |
| 64 | homepage | / | Path does not match |
| 65 | frontend_event | /evento/{slug} | Path does not match |
| 66 | frontend_scheduling | /bono/{slug} | Path does not match |
| 67 | frontend_static | /{template} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.