class LogoutUrlExtension extends Twig_Extension
deprecated
since version 2.7, to be removed in 3.0. Use Symfony\Bridge\Twig\Extension\LogoutUrlExtension instead.
LogoutUrlHelper provides generator functions for the logout URL to Twig.
Methods
__construct(LogoutUrlHelper $helper) | ||
getFunctions() {@inheritdoc} | ||
string | getLogoutPath(string|null $key = null) Generates the relative logout URL for the firewall. | |
string | getLogoutUrl(string|null $key = null) Generates the absolute logout URL for the firewall. | |
getName() {@inheritdoc} |
Details
__construct(LogoutUrlHelper $helper)
getFunctions()
{@inheritdoc}
string getLogoutPath(string|null $key = null)
Generates the relative logout URL for the firewall.
string getLogoutUrl(string|null $key = null)
Generates the absolute logout URL for the firewall.
getName()
{@inheritdoc}
Please login to continue.