You are here

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

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

Class constructor.

File

src/Form/AbjsExperienceForm.php, line 41

Class

AbjsExperienceForm
Class for build experience form.

Namespace

Drupal\abjs\Form

Code

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