You are here

public function AbjsTestForm::__construct in A/B Test JS 8

Same name and namespace in other branches
  1. 2.0.x src/Form/AbjsTestForm.php \Drupal\abjs\Form\AbjsTestForm::__construct()

Class constructor.

File

src/Form/AbjsTestForm.php, line 33

Class

AbjsTestForm
Class for build form test.

Namespace

Drupal\abjs\Form

Code

public function __construct(Connection $database, Time $time) {
  $this->database = $database;
  $this->time = $time;
}