public function AutologoutManagerInterface::createTimer in Automated Logout 8
Get the timer HTML markup.
Return value
string HTML to insert a countdown timer.
1 method overrides AutologoutManagerInterface::createTimer()
- AutologoutManager::createTimer in src/
AutologoutManager.php - Get the timer HTML markup.
File
- src/
AutologoutManagerInterface.php, line 18
Class
- AutologoutManagerInterface
- Interface for AutologoutManager.
Namespace
Drupal\autologoutCode
public function createTimer();