You are here

public function TrainingForm::__construct in Opigno statistics 8

Same name and namespace in other branches
  1. 3.x src/Form/TrainingForm.php \Drupal\opigno_statistics\Form\TrainingForm::__construct()

TrainingForm constructor.

File

src/Form/TrainingForm.php, line 52

Class

TrainingForm
Implements the training statistics page.

Namespace

Drupal\opigno_statistics\Form

Code

public function __construct(Connection $database, TimeInterface $time, DateFormatterInterface $date_formatter) {
  $this->database = $database;
  $this->time = $time;
  $this->date_formatter = $date_formatter;
}