Routing
admin_review
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "de" |
Route Matching Logs
Path to match:
/de/backend/fahrzeuge/ueberpruefung
# | Route name | Path | Log |
---|---|---|---|
1 | home.de | /de/ | Path does not match |
2 | home.en | /en/ | Path does not match |
3 | home | /{_locale}/ | Path does not match |
4 | admin_import_step1.de | /de/backend/import/schritt-1 | Path does not match |
5 | admin_import_step1.en | /en/backend/import/schritt-1 | Path does not match |
6 | admin_import_step2.de | /de/backend/backend/import/schritt-2 | Path does not match |
7 | admin_import_step2.en | /en/backend/backend/import/schritt-2 | Path does not match |
8 | admin_import_step3.de | /de/backend/backend/import/schritt-3 | Path does not match |
9 | admin_import_step3.en | /en/backend/backend/import/schritt-3 | Path does not match |
10 | admin_import_step4.de | /de/backend/import/schritt-4 | Path does not match |
11 | admin_import_step4.en | /en/backend/import/schritt-4 | Path does not match |
12 | ajax_admin_import.de | /de/backend/ajax/import | Path does not match |
13 | ajax_admin_import.en | /en/backend/ajax/import | Path does not match |
14 | admin_import_done.de | /de/backend/import/fertig | Path does not match |
15 | admin_import_done.en | /en/backend/import/fertig | Path does not match |
16 | admin_approve.de | /de/backend/fahrzeuge/ueberpruefung | Path almost matches, but Method "GET" does not match any of the required methods (POST) |
17 | admin_approve.en | /en/backend/fahrzeuge/ueberpruefung | Path does not match |
18 | admin_review.de | /de/backend/fahrzeuge/ueberpruefung | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.