Routing
sylius_admin_admin_user_update
Matched route
Route Parameters
| Name | Value |
|---|---|
| _sylius | [ "form" => [ "type" => "Sylius\Bundle\AdminBundle\Form\Type\AdminUserType" ] "section" => "admin" "template" => "@SyliusAdmin\shared\crud/update.html.twig" "redirect" => "sylius_admin_admin_user_index" "permission" => true ] |
| id | "2" |
Route Redirection
This page redirects to:
/admin/users/?id=2
(route: "n/a")
Route Matching Logs
Path to match:
/admin/users/2/edit
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | bazinga_jstranslation_js | /translations/{domain}.{_format} | Path does not match |
| 3 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 4 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 5 | sylius_admin_ajax_product_taxons_update_position | /admin/ajax/product-taxons/update | Path does not match |
| 6 | sylius_admin_ajax_product_variants_update_position | /admin/ajax/product-variants/update | Path does not match |
| 7 | sylius_admin_entity_autocomplete | /admin/ajax/autocomplete/{alias} | Path does not match |
| 8 | sylius_admin_dashboard | /admin/ | Path does not match |
| 9 | sylius_admin_impersonate_user | /admin/impersonate/{username} | Path does not match |
| 10 | sylius_admin_live_component | /admin/{_locale}/_components/{_live_component}/{_live_action} | Path does not match |
| 11 | sylius_admin_admin_user_index | /admin/users/ | Path does not match |
| 12 | sylius_admin_admin_user_create | /admin/users/new | Path does not match |
| 13 | sylius_admin_admin_user_update | /admin/users/{id}/edit | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.