LogoutUrlHelper
class LogoutUrlHelper extends Helper
LogoutUrlHelper provides generator functions for the logout URL.
Methods
string
getLogoutPath(string|null $key)
Generates the absolute logout path for the firewall.
string
getLogoutUrl(string|null $key)
Generates the absolute logout URL for the firewall.
string
getName()
Returns the canonical name of this helper.
Details
in Helper at line line 31
setCharset(string $charset)
Sets the default charset.
in Helper at line line 41
string
getCharset()
Gets the default charset.
at line line 32
__construct(LogoutUrlGenerator $generator)
Constructor.
at line line 44
string
getLogoutPath(string|null $key)
Generates the absolute logout path for the firewall.
at line line 56
string
getLogoutUrl(string|null $key)
Generates the absolute logout URL for the firewall.
at line line 64
string
getName()
Returns the canonical name of this helper.