Routing
economy
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/economy
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | package_index | /package/ | Path does not match |
| 2 | package_new | /package/new | Path does not match |
| 3 | package_show | /package/{id} | Path does not match |
| 4 | package_edit | /package/{id}/edit | Path does not match |
| 5 | package_delete | /package/delete/{id} | Path does not match |
| 6 | link_view2 | /package/linkview_2/{hash} | Path does not match |
| 7 | partner_dashboard | /partner/ | Path does not match |
| 8 | partner_index | /partner/list | Path does not match |
| 9 | partners_change_role | /partner/change-partners-role | Path does not match |
| 10 | partners_change_package | /partner/change-partners-package | Path does not match |
| 11 | partners_change_status | /partner/change-partners-status | Path does not match |
| 12 | partner_new | /partner/new | Path does not match |
| 13 | partner_show | /partner/{id} | Path does not match |
| 14 | partner_data | /partner/data/{address} | Path does not match |
| 15 | link_view | /partner/linkview/{hash} | Path does not match |
| 16 | partner_edit | /partner/{id}/edit | Path does not match |
| 17 | partner_delete | /partner/{id} | Path does not match |
| 18 | role_index | /role/ | Path does not match |
| 19 | role_new | /role/new | Path does not match |
| 20 | role_show | /role/{id} | Path does not match |
| 21 | role_edit | /role/{id}/edit | Path does not match |
| 22 | role_delete | /role/delete/{id} | Path does not match |
| 23 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 24 | _wdt | /_wdt/{token} | Path does not match |
| 25 | _profiler_home | /_profiler/ | Path does not match |
| 26 | _profiler_search | /_profiler/search | Path does not match |
| 27 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 28 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 29 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 30 | _profiler_open_file | /_profiler/open | Path does not match |
| 31 | _profiler | /_profiler/{token} | Path does not match |
| 32 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 33 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 34 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 35 | admin_user_login | /admin/login | Path does not match |
| 36 | admin_user_logout | /admin/logout | Path does not match |
| 37 | admin_user_profile | /admin/profile | Path does not match |
| 38 | admin_admin_user_list | /admin/admin-user/list | Path does not match |
| 39 | admin_admin_user_add | /admin/admin-user/add | Path does not match |
| 40 | admin_admin_user_edit | /admin/admin-user/edit/{id} | Path does not match |
| 41 | admin_admin_user_delete | /admin/admin-user/delete/{id} | Path does not match |
| 42 | admin_settings_general_edit | /admin/settings/settings | Path does not match |
| 43 | admin_partnership_list | /admin/partnership/ | Path does not match |
| 44 | admin_partnership_delete | /admin/partnership/delete/{id} | Path does not match |
| 45 | admin_partnership_export_to_csv | /admin/partnership/export-to-csv | Path does not match |
| 46 | admin_whitelist_list | /admin/whitelist/ | Path does not match |
| 47 | admin_whitelist_delete | /admin/whitelist/delete/{id} | Path does not match |
| 48 | admin_whitelist_export_to_csv | /admin/whitelist/export-to-csv | Path does not match |
| 49 | admin_index | /admin/ | Path does not match |
| 50 | user_login | /login | Path does not match |
| 51 | user_logout | /logout | Path does not match |
| 52 | user_profile | /profile | Path does not match |
| 53 | user_register | /register | Path does not match |
| 54 | user_registered | /registered | Path does not match |
| 55 | user_register_verify | /register/verify/{userId}/{code} | Path does not match |
| 56 | user_delete_account | /delete-account/{code} | Path does not match |
| 57 | index | / | Path does not match |
| 58 | index_whitelist_popup | /whitelist-popup | Path does not match |
| 59 | partnership | /partnership | Path does not match |
| 60 | economy | /economy | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.