You are here

public function AutologoutManagerInterface::refreshOnly in Automated Logout 8

Determine if connection should be refreshed.

Return value

bool TRUE if something about the current context should keep the connection open. FALSE and the standard countdown to autologout applies.

1 method overrides AutologoutManagerInterface::refreshOnly()
AutologoutManager::refreshOnly in src/AutologoutManager.php
Determine if connection should be refreshed.

File

src/AutologoutManagerInterface.php, line 108

Class

AutologoutManagerInterface
Interface for AutologoutManager.

Namespace

Drupal\autologout

Code

public function refreshOnly();