Routing
app_post
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "3397" |
| user | "angbroda" |
Route Matching Logs
Path to match:
/angbroda/status/3397
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 2 | api_validation_errors | /api/validation_errors/{id} | Path does not match |
| 3 | api_entrypoint | /api/{index}.{_format} | Path does not match |
| 4 | api_doc | /api/docs.{_format} | Path does not match |
| 5 | api_jsonld_context | /api/contexts/{shortName}.{_format} | Path does not match |
| 6 | _api_errors | /api/errors/{status}.{_format} | Path does not match |
| 7 | _api_validation_errors_problem | /api/validation_errors/{id} | Path does not match |
| 8 | _api_validation_errors_hydra | /api/validation_errors/{id} | Path does not match |
| 9 | _api_validation_errors_jsonapi | /api/validation_errors/{id} | Path does not match |
| 10 | _api_/membres/{id}{._format}_get | /api/membres/{id}.{_format} | Path does not match |
| 11 | _api_/membres{._format}_get_collection | /api/membres.{_format} | Path does not match |
| 12 | _api_/membres{._format}_post | /api/membres.{_format} | Path does not match |
| 13 | _api_/membres/{id}{._format}_patch | /api/membres/{id}.{_format} | Path does not match |
| 14 | _api_/membres/{id}{._format}_delete | /api/membres/{id}.{_format} | Path does not match |
| 15 | admin | /lacentrale | Path does not match |
| 16 | admin_categories_index | /lacentrale/categories | Path does not match |
| 17 | admin_categories_new | /lacentrale/categories/new | Path does not match |
| 18 | admin_categories_batch_delete | /lacentrale/categories/batch-delete | Path does not match |
| 19 | admin_categories_autocomplete | /lacentrale/categories/autocomplete | Path does not match |
| 20 | admin_categories_render_filters | /lacentrale/categories/render-filters | Path does not match |
| 21 | admin_categories_edit | /lacentrale/categories/{entityId}/edit | Path does not match |
| 22 | admin_categories_delete | /lacentrale/categories/{entityId}/delete | Path does not match |
| 23 | admin_categories_detail | /lacentrale/categories/{entityId} | Path does not match |
| 24 | admin_likes_index | /lacentrale/likes | Path does not match |
| 25 | admin_likes_new | /lacentrale/likes/new | Path does not match |
| 26 | admin_likes_batch_delete | /lacentrale/likes/batch-delete | Path does not match |
| 27 | admin_likes_autocomplete | /lacentrale/likes/autocomplete | Path does not match |
| 28 | admin_likes_render_filters | /lacentrale/likes/render-filters | Path does not match |
| 29 | admin_likes_edit | /lacentrale/likes/{entityId}/edit | Path does not match |
| 30 | admin_likes_delete | /lacentrale/likes/{entityId}/delete | Path does not match |
| 31 | admin_likes_detail | /lacentrale/likes/{entityId} | Path does not match |
| 32 | admin_membres_index | /lacentrale/membres | Path does not match |
| 33 | admin_membres_new | /lacentrale/membres/new | Path does not match |
| 34 | admin_membres_batch_delete | /lacentrale/membres/batch-delete | Path does not match |
| 35 | admin_membres_autocomplete | /lacentrale/membres/autocomplete | Path does not match |
| 36 | admin_membres_render_filters | /lacentrale/membres/render-filters | Path does not match |
| 37 | admin_membres_edit | /lacentrale/membres/{entityId}/edit | Path does not match |
| 38 | admin_membres_delete | /lacentrale/membres/{entityId}/delete | Path does not match |
| 39 | admin_membres_detail | /lacentrale/membres/{entityId} | Path does not match |
| 40 | admin_posts_index | /lacentrale/posts | Path does not match |
| 41 | admin_posts_new | /lacentrale/posts/new | Path does not match |
| 42 | admin_posts_batch_delete | /lacentrale/posts/batch-delete | Path does not match |
| 43 | admin_posts_autocomplete | /lacentrale/posts/autocomplete | Path does not match |
| 44 | admin_posts_render_filters | /lacentrale/posts/render-filters | Path does not match |
| 45 | admin_posts_edit | /lacentrale/posts/{entityId}/edit | Path does not match |
| 46 | admin_posts_delete | /lacentrale/posts/{entityId}/delete | Path does not match |
| 47 | admin_posts_detail | /lacentrale/posts/{entityId} | Path does not match |
| 48 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 49 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 50 | _wdt | /_wdt/{token} | Path does not match |
| 51 | _profiler_home | /_profiler/ | Path does not match |
| 52 | _profiler_search | /_profiler/search | Path does not match |
| 53 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 54 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 55 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 56 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 57 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 58 | _profiler_open_file | /_profiler/open | Path does not match |
| 59 | _profiler | /_profiler/{token} | Path does not match |
| 60 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 61 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 62 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 63 | app_home | / | Path does not match |
| 64 | app_cloud_user | /m/{user} | Path does not match |
| 65 | app_cloud_me | /my | Path does not match |
| 66 | app_new_post | /new | Path does not match |
| 67 | app_category_posts | /c/{categorie} | Path does not match |
| 68 | app_post | /{user}/status/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.