You are here

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

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

Construct method.

Parameters

\Drupal\Core\Database\Connection $database: Provides database connection service.

File

src/Form/AbjsExperienceDeleteConfirmForm.php, line 39

Class

AbjsExperienceDeleteConfirmForm
Class for confirm delete experience.

Namespace

Drupal\abjs\Form

Code

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