LogoutUrlGenerator
  • References/PHP/Symfony/Component/Security/Http/Logout

class LogoutUrlGenerator Provides generator functions for the logout URL.

2025-01-10 15:47:30
LogoutHandlerInterface
  • References/PHP/Symfony/Component/Security/Http/Logout

interface LogoutHandlerInterface Interface that needs to be implemented by LogoutHandlers.

2025-01-10 15:47:30
SessionLogoutHandler
  • References/PHP/Symfony/Component/Security/Http/Logout

class SessionLogoutHandler implements

2025-01-10 15:47:30
LogoutUrlGenerator::registerListener()
  • References/PHP/Symfony/Component/Security/Http/Logout

registerListener(string $key, string $logoutPath, string $csrfTokenId, string $csrfParameter,

2025-01-10 15:47:30
LogoutSuccessHandlerInterface
  • References/PHP/Symfony/Component/Security/Http/Logout

interface LogoutSuccessHandlerInterface LogoutSuccesshandlerInterface. In contrast to the

2025-01-10 15:47:30
LogoutUrlGenerator::getLogoutPath()
  • References/PHP/Symfony/Component/Security/Http/Logout

string getLogoutPath(string|null $key = null) Generates the absolute logout path for the firewall

2025-01-10 15:47:30
DefaultLogoutSuccessHandler
  • References/PHP/Symfony/Component/Security/Http/Logout

class DefaultLogoutSuccessHandler implements

2025-01-10 15:47:30
LogoutUrlGenerator::getLogoutUrl()
  • References/PHP/Symfony/Component/Security/Http/Logout

string getLogoutUrl(string|null $key = null) Generates the absolute logout URL for the firewall

2025-01-10 15:47:30
CookieClearingLogoutHandler
  • References/PHP/Symfony/Component/Security/Http/Logout

class CookieClearingLogoutHandler implements

2025-01-10 15:47:30