Routing
(none)
Matched route
Route Matching Logs
Path to match:
/config/application.yml
# | Route name | Path | Log |
---|---|---|---|
1 | communagri_customers_index | /customers/ | Path does not match |
2 | communagri_customers_edit | /customers/{customer_id}/edit | Path does not match |
3 | communagri_customers_context | /customers/{customer_id} | Path does not match |
4 | communagri_customers_switch | /customers/{customer_id}/switch/{state} | Path does not match |
5 | communagri_dashboard | /account/dashboard | Path does not match |
6 | communagri_orders_index | /orders/ | Path does not match |
7 | communagri_order_validate | /orders/{order_id}/validate | Path does not match |
8 | communagri_order_payment_save | /orders/{order_id}/payment/save | Path does not match |
9 | communagri_invoice_download | /orders/invoice/{order_id}/download | Path does not match |
10 | communagri_purchase_order_download | /orders/purchase/order/{order_id}/download | Path does not match |
11 | inscription_communagri | /inscription/ | Path does not match |
12 | confirmation_inscription_communagri | /inscription/confirmation.html | Path does not match |
13 | login_communagri | /login | Path does not match |
14 | communagri_home_router | /login/account/router | Path does not match |
15 | _twig_error_test | /_error/{code}.{_format} | Path does not match |
16 | _wdt | /_wdt/{token} | Path does not match |
17 | _profiler_home | /_profiler/ | Path does not match |
18 | _profiler_search | /_profiler/search | Path does not match |
19 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
20 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
21 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
22 | _profiler_open_file | /_profiler/open | Path does not match |
23 | _profiler | /_profiler/{token} | Path does not match |
24 | _profiler_router | /_profiler/{token}/router | Path does not match |
25 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
26 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
27 | logout | /logout | Path does not match |
28 | login_check | /login_check | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.