mediatekformation

LogoutUrlHelper extends Helper
in package

LogoutUrlHelper provides generator functions for the logout URL.

Tags
author

Jeremy Mikola jmikola@gmail.com

deprecated

since version 4.3, to be removed in 5.0; use Twig instead.

Table of Contents

$generator  : mixed
__construct()  : mixed
getLogoutPath()  : string
Generates the absolute logout path for the firewall.
getLogoutUrl()  : string
Generates the absolute logout URL for the firewall.
getName()  : mixed
{@inheritdoc}

Properties

Methods

getLogoutPath()

Generates the absolute logout path for the firewall.

public getLogoutPath(string|null $key) : string
Parameters
$key : string|null

The firewall key or null to use the current firewall key

Return values
string

The logout path

getLogoutUrl()

Generates the absolute logout URL for the firewall.

public getLogoutUrl(string|null $key) : string
Parameters
$key : string|null

The firewall key or null to use the current firewall key

Return values
string

The logout URL

getName()

{@inheritdoc}

public getName() : mixed
Return values
mixed

Search results