Routing
app_logout
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
http://fondationassalam.ddns.net/login
Route Matching Logs
Path to match:
/logout
| # | 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_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | admin_dashboard | /admin | Path does not match |
| 16 | admin_expense_index | /admin/expenses | Path does not match |
| 17 | admin_expense_new | /admin/expenses/new | Path does not match |
| 18 | admin_expense_edit | /admin/expenses/{id}/edit | Path does not match |
| 19 | admin_expense_delete | /admin/expenses/{id}/delete | Path does not match |
| 20 | admin_family_index | /admin/families | Path does not match |
| 21 | admin_family_new | /admin/families/new | Path does not match |
| 22 | admin_family_show | /admin/families/{id} | Path does not match |
| 23 | admin_family_edit | /admin/families/{id}/edit | Path does not match |
| 24 | admin_family_delete | /admin/families/{id}/delete | Path does not match |
| 25 | admin_guardian_index | /admin/guardians | Path does not match |
| 26 | admin_guardian_new | /admin/guardians/new | Path does not match |
| 27 | admin_guardian_edit | /admin/guardians/{id}/edit | Path does not match |
| 28 | admin_guardian_delete | /admin/guardians/{id}/delete | Path does not match |
| 29 | admin_member_index | /admin/members | Path does not match |
| 30 | admin_member_new | /admin/members/new | Path does not match |
| 31 | admin_member_show | /admin/members/{id} | Path does not match |
| 32 | admin_member_edit | /admin/members/{id}/edit | Path does not match |
| 33 | admin_member_delete | /admin/members/{id}/delete | Path does not match |
| 34 | admin_membership_fee_index | /admin/membership-fees | Path does not match |
| 35 | admin_membership_fee_new | /admin/membership-fees/new | Path does not match |
| 36 | admin_membership_fee_edit | /admin/membership-fees/{id}/edit | Path does not match |
| 37 | admin_membership_fee_delete | /admin/membership-fees/{id}/delete | Path does not match |
| 38 | admin_organization_index | /admin/organization | Path does not match |
| 39 | admin_department_new | /admin/organization/departments/new | Path does not match |
| 40 | admin_department_edit | /admin/organization/departments/{id}/edit | Path does not match |
| 41 | admin_department_delete | /admin/organization/departments/{id}/delete | Path does not match |
| 42 | admin_orphan_index | /admin/orphans | Path does not match |
| 43 | admin_orphan_new | /admin/orphans/new | Path does not match |
| 44 | admin_orphan_show | /admin/orphans/{id} | Path does not match |
| 45 | admin_orphan_edit | /admin/orphans/{id}/edit | Path does not match |
| 46 | admin_orphan_delete | /admin/orphans/{id}/delete | Path does not match |
| 47 | admin_sponsor_index | /admin/sponsors | Path does not match |
| 48 | admin_sponsor_new | /admin/sponsors/new | Path does not match |
| 49 | admin_sponsor_show | /admin/sponsors/{id} | Path does not match |
| 50 | admin_sponsor_edit | /admin/sponsors/{id}/edit | Path does not match |
| 51 | admin_sponsor_delete | /admin/sponsors/{id}/delete | Path does not match |
| 52 | admin_sponsorship_index | /admin/sponsorships | Path does not match |
| 53 | admin_sponsorship_new | /admin/sponsorships/new | Path does not match |
| 54 | admin_sponsorship_edit | /admin/sponsorships/{id}/edit | Path does not match |
| 55 | admin_sponsorship_delete | /admin/sponsorships/{id}/delete | Path does not match |
| 56 | admin_payment_index | /admin/payments | Path does not match |
| 57 | admin_payment_new | /admin/payments/new | Path does not match |
| 58 | admin_payment_edit | /admin/payments/{id}/edit | Path does not match |
| 59 | admin_payment_delete | /admin/payments/{id}/delete | Path does not match |
| 60 | admin_tax_receipt_index | /admin/tax-receipts | Path does not match |
| 61 | admin_tax_receipt_new | /admin/tax-receipts/new | Path does not match |
| 62 | admin_tax_receipt_print | /admin/tax-receipts/{id}/print | Path does not match |
| 63 | admin_tax_receipt_edit | /admin/tax-receipts/{id}/edit | Path does not match |
| 64 | admin_tax_receipt_delete | /admin/tax-receipts/{id}/delete | Path does not match |
| 65 | admin_treasury_index | /admin/treasury | Path does not match |
| 66 | admin_user_index | /admin/users | Path does not match |
| 67 | admin_user_new | /admin/users/new | Path does not match |
| 68 | admin_user_edit | /admin/users/{id}/edit | Path does not match |
| 69 | admin_user_delete | /admin/users/{id}/delete | Path does not match |
| 70 | app_demo_login | /demo-login | Path does not match |
| 71 | app_demo_auto_login | /demo-login/{id} | Path does not match |
| 72 | app_home | / | Path does not match |
| 73 | app_change_locale | /change-locale/{locale} | Path does not match |
| 74 | app_login | /login | Path does not match |
| 75 | app_logout | /logout | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.