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