You are here

public function WebformNodeReferencesAddForm::__construct in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_node/src/Form/WebformNodeReferencesAddForm.php \Drupal\webform_node\Form\WebformNodeReferencesAddForm::__construct()

Constructs a WebformNodeReferencesAddForm object.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.

File

modules/webform_node/src/Form/WebformNodeReferencesAddForm.php, line 37

Class

WebformNodeReferencesAddForm
Form for adding webform node variants.

Namespace

Drupal\webform_node\Form

Code

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