public function AutologoutBlockForm::__construct in Automated Logout 8
Constructs an AutologoutBlockForm object.
Parameters
\Drupal\autologout\AutologoutManagerInterface $autologout: The autologout manager service.
File
- src/
Form/ AutologoutBlockForm.php, line 35
Class
- AutologoutBlockForm
- Provides a settings for autologout module.
Namespace
Drupal\autologout\FormCode
public function __construct(AutologoutManagerInterface $autologout) {
$this->autoLogoutManager = $autologout;
}