public function AbjsTestForm::__construct in A/B Test JS 2.0.x
Same name and namespace in other branches
- 8 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\FormCode
public function __construct(Connection $database, Time $time) {
$this->database = $database;
$this->time = $time;
}