class LogoutUrlHelper extends Helper
LogoutUrlHelper provides generator functions for the logout URL.
Methods
| setCharset(string $charset) Sets the default charset. | from Helper | |
| string | getCharset() Gets the default charset. | from Helper |
| __construct(LogoutUrlGenerator $generator) Constructor. | ||
| 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
setCharset(string $charset)
Sets the default charset.
string getCharset()
Gets the default charset.
__construct(LogoutUrlGenerator $generator)
Constructor.
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.
Please login to continue.