You are here

public function InformBlockForm::__construct in Data Policy 8

Constructs an InformBlockForm object.

Parameters

\Drupal\Core\Entity\EntityTypeManager $entityTypeManager: The entityTypeManager.

File

src/Form/InformBlockForm.php, line 22

Class

InformBlockForm
Form handler for the InformBlock add and edit forms.

Namespace

Drupal\data_policy\Form

Code

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