public function AutologoutManagerInterface::getRoleTimeout in Automated Logout 8
Go through every role to get timeout value, default is the global timeout.
Return value
int Number of seconds timeout set for the user role.
1 method overrides AutologoutManagerInterface::getRoleTimeout()
- AutologoutManager::getRoleTimeout in src/
AutologoutManager.php - Go through every role to get timeout value, default is the global timeout.
File
- src/
AutologoutManagerInterface.php, line 34
Class
- AutologoutManagerInterface
- Interface for AutologoutManager.
Namespace
Drupal\autologoutCode
public function getRoleTimeout();