You are here

public function AbjsConditionForm::__construct in A/B Test JS 2.0.x

Same name and namespace in other branches
  1. 8 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\Form

Code

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