Routing
user_register
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/register
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | advertisement_edit | /advertisement/edit/{id} | Path does not match |
| 14 | advertisement_show | /advertisement/show/{id}/{slug} | Path does not match |
| 15 | advertisement_details | /advertisement/details/{id}/{slug} | Path does not match |
| 16 | address_proof_view | /advertisement/upload/upload_view/{id} | Path does not match |
| 17 | advertisement_image_edit_view | /advertisement/image/edit_view/{id} | Path does not match |
| 18 | advertisement_publish | /advertisement/publish | Path does not match |
| 19 | advertisement_image_upload | /advertisement/image/upload/{id} | Path does not match |
| 20 | advertisement_image_remove | /advertisement/image/remove/{id}/{file} | Path does not match |
| 21 | address_proof | /advertisement/upload/document/{id} | Path does not match |
| 22 | disable_advertisement | /advertisement/disable/{id} | Path does not match |
| 23 | enable_advertisement | /advertisement/enable/{id} | Path does not match |
| 24 | bookmark | /advertisement/{id}/show/bookmark | Path does not match |
| 25 | save_meeting | /advertisement/meeting/add/{id} | Path does not match |
| 26 | remove_meeting | /advertisement/meeting/remove/{id}/ | Path does not match |
| 27 | advertisement_rental_remove | /advertisement/rental/remove/{id}/{rental} | Path does not match |
| 28 | application_form | /application_form | Path does not match |
| 29 | check_email_dfc | /check-email-dfc | Path does not match |
| 30 | create_dfc_account | /create_dfc_account | Path does not match |
| 31 | webhook_dfc | /webhook/dfc | Path does not match |
| 32 | application_page_info | /application-page-info | Path does not match |
| 33 | apply | /apply/{id} | Path does not match |
| 34 | application_decline | /application/decline/{id} | Path does not match |
| 35 | application_remove | /application/remove/{id} | Path does not match |
| 36 | application_details | /application/details/{id} | Path does not match |
| 37 | lifestyle_index | /lifestyle | Path does not match |
| 38 | lifestyle_show | /lifestyle/{id}/{slug} | Path does not match |
| 39 | bookmarks_list | /bookmarks | Path does not match |
| 40 | save_bookmark | /bookmark/save | Path does not match |
| 41 | download_document | /document/download/{type}/{id}/{filename} | Path does not match |
| 42 | agency_activation | /email/agency-activation | Path does not match |
| 43 | app_email_account_creation | /email/account-creation | Path does not match |
| 44 | app_email_password_reset | /email/password-reset/{token} | Path does not match |
| 45 | app_email_document_missing | /email/document-missing/{token} | Path does not match |
| 46 | app_email_document_missing_bis | /email/document-missing-bis/{token} | Path does not match |
| 47 | homepage | / | Path does not match |
| 48 | homepage_review | /homepage_review | Path does not match |
| 49 | how_it_works | /comment_ca_marche | Path does not match |
| 50 | page_legals | /legals | Path does not match |
| 51 | page_cgu | /cgu | Path does not match |
| 52 | page_privacy | /privacy | Path does not match |
| 53 | page_faq | /faq | Path does not match |
| 54 | page_partners | /partenaires | Path does not match |
| 55 | page_cookies | /cookies | Path does not match |
| 56 | review_list | /review/list/{type} | Path does not match |
| 57 | review_show | /review/details/{id}/{slug} | Path does not match |
| 58 | review_new | /review/new | Path does not match |
| 59 | review_publish | /review/publish | Path does not match |
| 60 | remove_review | /review/remove/{id} | Path does not match |
| 61 | save_helpful | /review/helpful/save/{id} | Path does not match |
| 62 | save_review | /review/save | Path does not match |
| 63 | advertisement_search | /search | Path does not match |
| 64 | autocomplete_search | /search/autocomplete | Path does not match |
| 65 | register_search | /search/register | Path does not match |
| 66 | remove_search | /advertisement/search/{id}/remove | Path does not match |
| 67 | security_login | /login | Path does not match |
| 68 | security_logout | /logout | Path does not match |
| 69 | sitemap | /sitemap.xml | Path does not match |
| 70 | user_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.