You are here

public function AutologoutManagerInterface::preventJs in Automated Logout 8

Determine if autologout should be prevented.

Return value

bool TRUE if there is a reason not to autologout the current user on the current page.

1 method overrides AutologoutManagerInterface::preventJs()
AutologoutManager::preventJs in src/AutologoutManager.php
Determine if autologout should be prevented.

File

src/AutologoutManagerInterface.php, line 99

Class

AutologoutManagerInterface
Interface for AutologoutManager.

Namespace

Drupal\autologout

Code

public function preventJs();