Routing
admin_post_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
| crudAction | "edit" |
| crudControllerFqcn | "App\Controller\Admin\PostCrudController" |
| dashboardControllerFqcn | "App\Controller\Admin\DashboardController" |
| entityId | "14" |
| routeCreatedByEasyAdmin | true |
Route Matching Logs
Path to match:
/fr/admin/post/14/edit
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /{_locale}/admin | Path does not match |
| 2 | admin_category_index | /{_locale}/admin/category | Path does not match |
| 3 | admin_category_new | /{_locale}/admin/category/new | Path does not match |
| 4 | admin_category_batch_delete | /{_locale}/admin/category/batch-delete | Path does not match |
| 5 | admin_category_autocomplete | /{_locale}/admin/category/autocomplete | Path does not match |
| 6 | admin_category_render_filters | /{_locale}/admin/category/render-filters | Path does not match |
| 7 | admin_category_edit | /{_locale}/admin/category/{entityId}/edit | Path does not match |
| 8 | admin_category_delete | /{_locale}/admin/category/{entityId}/delete | Path does not match |
| 9 | admin_category_detail | /{_locale}/admin/category/{entityId} | Path does not match |
| 10 | admin_comment_index | /{_locale}/admin/comment | Path does not match |
| 11 | admin_comment_new | /{_locale}/admin/comment/new | Path does not match |
| 12 | admin_comment_batch_delete | /{_locale}/admin/comment/batch-delete | Path does not match |
| 13 | admin_comment_autocomplete | /{_locale}/admin/comment/autocomplete | Path does not match |
| 14 | admin_comment_render_filters | /{_locale}/admin/comment/render-filters | Path does not match |
| 15 | admin_comment_edit | /{_locale}/admin/comment/{entityId}/edit | Path does not match |
| 16 | admin_comment_delete | /{_locale}/admin/comment/{entityId}/delete | Path does not match |
| 17 | admin_comment_approve_comment | /{_locale}/admin/comment/{entityId}/approve | Path does not match |
| 18 | admin_comment_reject_comment | /{_locale}/admin/comment/{entityId}/reject | Path does not match |
| 19 | admin_comment_mark_comment_as_spam | /{_locale}/admin/comment/{entityId}/mark-as-spam | Path does not match |
| 20 | admin_comment_batch_approve | /{_locale}/admin/comment/batch-approve | Path does not match |
| 21 | admin_comment_batch_reject | /{_locale}/admin/comment/batch-reject | Path does not match |
| 22 | admin_comment_batch_mark_as_spam | /{_locale}/admin/comment/batch-mark-as-spam | Path does not match |
| 23 | admin_comment_detail | /{_locale}/admin/comment/{entityId} | Path does not match |
| 24 | admin_form_field_reference_index | /{_locale}/admin/form-field-reference | Path does not match |
| 25 | admin_form_field_reference_new | /{_locale}/admin/form-field-reference/new | Path does not match |
| 26 | admin_form_field_reference_batch_delete | /{_locale}/admin/form-field-reference/batch-delete | Path does not match |
| 27 | admin_form_field_reference_autocomplete | /{_locale}/admin/form-field-reference/autocomplete | Path does not match |
| 28 | admin_form_field_reference_render_filters | /{_locale}/admin/form-field-reference/render-filters | Path does not match |
| 29 | admin_form_field_reference_edit | /{_locale}/admin/form-field-reference/{entityId}/edit | Path does not match |
| 30 | admin_form_field_reference_delete | /{_locale}/admin/form-field-reference/{entityId}/delete | Path does not match |
| 31 | admin_form_field_reference_detail | /{_locale}/admin/form-field-reference/{entityId} | Path does not match |
| 32 | admin_post_index | /{_locale}/admin/post | Path does not match |
| 33 | admin_post_new | /{_locale}/admin/post/new | Path does not match |
| 34 | admin_post_batch_delete | /{_locale}/admin/post/batch-delete | Path does not match |
| 35 | admin_post_autocomplete | /{_locale}/admin/post/autocomplete | Path does not match |
| 36 | admin_post_render_filters | /{_locale}/admin/post/render-filters | Path does not match |
| 37 | admin_post_edit | /{_locale}/admin/post/{entityId}/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.