You are here

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

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

Class constructor.

File

src/Form/AbjsConditionDeleteConfirmForm.php, line 32

Class

AbjsConditionDeleteConfirmForm
Class for confirm delete condition.

Namespace

Drupal\abjs\Form

Code

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