public function AbjsConditionForm::__construct in A/B Test JS 8
Same name and namespace in other branches
- 2.0.x src/Form/AbjsConditionForm.php \Drupal\abjs\Form\AbjsConditionForm::__construct()
Class constructor.
File
- src/
Form/ AbjsConditionForm.php, line 41
Class
- AbjsConditionForm
- Class for build form condition.
Namespace
Drupal\abjs\FormCode
public function __construct(AccountInterface $account, Connection $database, Time $time) {
$this->account = $account;
$this->database = $database;
$this->time = $time;
}