You are here

public function AutologoutManager::createTimer in Automated Logout 8

Get the timer HTML markup.

Return value

string HTML to insert a countdown timer.

Overrides AutologoutManagerInterface::createTimer

File

src/AutologoutManager.php, line 263

Class

AutologoutManager
Defines an AutologoutManager service.

Namespace

Drupal\autologout

Code

public function createTimer() {
  return $this
    ->getRemainingTime();
}