You are here

public function ILTScoreForm::__construct in Opigno Instructor-led Trainings 8

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

Creates a ILTScoreForm object.

File

src/Form/ILTScoreForm.php, line 34

Class

ILTScoreForm
Provides a form for scoring a opigno_ilt entity.

Namespace

Drupal\opigno_ilt\Form

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}