Routing
app_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/register
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | api_doc | /api/docs.{_format} | Path does not match |
| 2 | api_genid | /api/.well-known/genid/{id} | Path does not match |
| 3 | api_validation_errors | /api/validation_errors/{id} | Path does not match |
| 4 | api_entrypoint | /api/{index}.{_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_validation_errors_xml | /api/validation_errors/{id} | Path does not match |
| 11 | _api_/categories/{id}{._format}_get | /api/categories/{id}.{_format} | Path does not match |
| 12 | _api_/categories{._format}_get_collection | /api/categories.{_format} | Path does not match |
| 13 | _api_/categories{._format}_post | /api/categories.{_format} | Path does not match |
| 14 | _api_/categories/{id}{._format}_patch | /api/categories/{id}.{_format} | Path does not match |
| 15 | _api_/categories/{id}{._format}_delete | /api/categories/{id}.{_format} | Path does not match |
| 16 | _api_/likes/{id}{._format}_get | /api/likes/{id}.{_format} | Path does not match |
| 17 | _api_/likes{._format}_get_collection | /api/likes.{_format} | Path does not match |
| 18 | _api_/likes{._format}_post | /api/likes.{_format} | Path does not match |
| 19 | _api_/likes/{id}{._format}_put | /api/likes/{id}.{_format} | Path does not match |
| 20 | _api_/likes/{id}{._format}_delete | /api/likes/{id}.{_format} | Path does not match |
| 21 | _api_/oeuvres/{id}{._format}_get | /api/oeuvres/{id}.{_format} | Path does not match |
| 22 | _api_/oeuvres{._format}_get_collection | /api/oeuvres.{_format} | Path does not match |
| 23 | oeuvres_popular | /api/oeuvres/popular | Path does not match |
| 24 | _api_/oeuvres{._format}_post | /api/oeuvres.{_format} | Path does not match |
| 25 | _api_/oeuvres/{id}{._format}_put | /api/oeuvres/{id}.{_format} | Path does not match |
| 26 | _api_/oeuvres/{id}{._format}_delete | /api/oeuvres/{id}.{_format} | Path does not match |
| 27 | oeuvre_like | /api/oeuvres/{id}/like | Path does not match |
| 28 | oeuvre_unlike | /api/oeuvres/{id}/unlike | Path does not match |
| 29 | _api_/page_accueils/{id}{._format}_get | /api/page_accueils/{id}.{_format} | Path does not match |
| 30 | _api_/page_accueils{._format}_get_collection | /api/page_accueils.{_format} | Path does not match |
| 31 | _api_/page_accueils{._format}_post | /api/page_accueils.{_format} | Path does not match |
| 32 | _api_/page_accueils/{id}{._format}_patch | /api/page_accueils/{id}.{_format} | Path does not match |
| 33 | _api_/page_accueils/{id}{._format}_delete | /api/page_accueils/{id}.{_format} | Path does not match |
| 34 | _api_/themes/{id}{._format}_get | /api/themes/{id}.{_format} | Path does not match |
| 35 | _api_/themes{._format}_get_collection | /api/themes.{_format} | Path does not match |
| 36 | _api_/themes{._format}_post | /api/themes.{_format} | Path does not match |
| 37 | _api_/themes/{id}{._format}_patch | /api/themes/{id}.{_format} | Path does not match |
| 38 | _api_/themes/{id}{._format}_delete | /api/themes/{id}.{_format} | Path does not match |
| 39 | admin | /admin | Path does not match |
| 40 | admin_categorie_index | /admin/categorie | Path does not match |
| 41 | admin_categorie_new | /admin/categorie/new | Path does not match |
| 42 | admin_categorie_batch_delete | /admin/categorie/batch-delete | Path does not match |
| 43 | admin_categorie_autocomplete | /admin/categorie/autocomplete | Path does not match |
| 44 | admin_categorie_render_filters | /admin/categorie/render-filters | Path does not match |
| 45 | admin_categorie_edit | /admin/categorie/{entityId}/edit | Path does not match |
| 46 | admin_categorie_delete | /admin/categorie/{entityId}/delete | Path does not match |
| 47 | admin_categorie_detail | /admin/categorie/{entityId} | Path does not match |
| 48 | admin_like_index | /admin/like | Path does not match |
| 49 | admin_like_new | /admin/like/new | Path does not match |
| 50 | admin_like_batch_delete | /admin/like/batch-delete | Path does not match |
| 51 | admin_like_autocomplete | /admin/like/autocomplete | Path does not match |
| 52 | admin_like_render_filters | /admin/like/render-filters | Path does not match |
| 53 | admin_like_edit | /admin/like/{entityId}/edit | Path does not match |
| 54 | admin_like_delete | /admin/like/{entityId}/delete | Path does not match |
| 55 | admin_like_detail | /admin/like/{entityId} | Path does not match |
| 56 | admin_oeuvre_index | /admin/oeuvre | Path does not match |
| 57 | admin_oeuvre_new | /admin/oeuvre/new | Path does not match |
| 58 | admin_oeuvre_batch_delete | /admin/oeuvre/batch-delete | Path does not match |
| 59 | admin_oeuvre_autocomplete | /admin/oeuvre/autocomplete | Path does not match |
| 60 | admin_oeuvre_render_filters | /admin/oeuvre/render-filters | Path does not match |
| 61 | admin_oeuvre_edit | /admin/oeuvre/{entityId}/edit | Path does not match |
| 62 | admin_oeuvre_delete | /admin/oeuvre/{entityId}/delete | Path does not match |
| 63 | admin_oeuvre_detail | /admin/oeuvre/{entityId} | Path does not match |
| 64 | admin_page_accueil_index | /admin/page-accueil | Path does not match |
| 65 | admin_page_accueil_new | /admin/page-accueil/new | Path does not match |
| 66 | admin_page_accueil_batch_delete | /admin/page-accueil/batch-delete | Path does not match |
| 67 | admin_page_accueil_autocomplete | /admin/page-accueil/autocomplete | Path does not match |
| 68 | admin_page_accueil_render_filters | /admin/page-accueil/render-filters | Path does not match |
| 69 | admin_page_accueil_edit | /admin/page-accueil/{entityId}/edit | Path does not match |
| 70 | admin_page_accueil_delete | /admin/page-accueil/{entityId}/delete | Path does not match |
| 71 | admin_page_accueil_detail | /admin/page-accueil/{entityId} | Path does not match |
| 72 | admin_theme_index | /admin/theme | Path does not match |
| 73 | admin_theme_new | /admin/theme/new | Path does not match |
| 74 | admin_theme_batch_delete | /admin/theme/batch-delete | Path does not match |
| 75 | admin_theme_autocomplete | /admin/theme/autocomplete | Path does not match |
| 76 | admin_theme_render_filters | /admin/theme/render-filters | Path does not match |
| 77 | admin_theme_edit | /admin/theme/{entityId}/edit | Path does not match |
| 78 | admin_theme_delete | /admin/theme/{entityId}/delete | Path does not match |
| 79 | admin_theme_detail | /admin/theme/{entityId} | Path does not match |
| 80 | admin_user_index | /admin/user | Path does not match |
| 81 | admin_user_new | /admin/user/new | Path does not match |
| 82 | admin_user_batch_delete | /admin/user/batch-delete | Path does not match |
| 83 | admin_user_autocomplete | /admin/user/autocomplete | Path does not match |
| 84 | admin_user_render_filters | /admin/user/render-filters | Path does not match |
| 85 | admin_user_edit | /admin/user/{entityId}/edit | Path does not match |
| 86 | admin_user_delete | /admin/user/{entityId}/delete | Path does not match |
| 87 | admin_user_detail | /admin/user/{entityId} | Path does not match |
| 88 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 89 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 90 | _wdt | /_wdt/{token} | Path does not match |
| 91 | _profiler_home | /_profiler/ | Path does not match |
| 92 | _profiler_search | /_profiler/search | Path does not match |
| 93 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 94 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 95 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 96 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 97 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 98 | _profiler_open_file | /_profiler/open | Path does not match |
| 99 | _profiler | /_profiler/{token} | Path does not match |
| 100 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 101 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 102 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 103 | app_home | / | Path does not match |
| 104 | app_register | /register | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.