public function AutologoutManagerInterface::getRemainingTime in Automated Logout 8
Get the time remaining before logout.
Return value
int Number of seconds remaining.
1 method overrides AutologoutManagerInterface::getRemainingTime()
- AutologoutManager::getRemainingTime in src/
AutologoutManager.php - Get the time remaining before logout.
File
- src/
AutologoutManagerInterface.php, line 26
Class
- AutologoutManagerInterface
- Interface for AutologoutManager.
Namespace
Drupal\autologoutCode
public function getRemainingTime();