You are here

public function AutologoutManagerInterface::getUserRedirectUrl in Automated Logout 8

Get a user's logout URL.

Parameters

null|int $uid: User id or NULL to use current logged in user.

Return value

null|string User's logout URL or NULL for anonymous user.

1 method overrides AutologoutManagerInterface::getUserRedirectUrl()
AutologoutManager::getUserRedirectUrl in src/AutologoutManager.php
Get a user's logout URL.

File

src/AutologoutManagerInterface.php, line 66

Class

AutologoutManagerInterface
Interface for AutologoutManager.

Namespace

Drupal\autologout

Code

public function getUserRedirectUrl($uid = NULL);