You are here

protected property WebformNodeReferencesAddForm::$entityTypeManager in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_node/src/Form/WebformNodeReferencesAddForm.php \Drupal\webform_node\Form\WebformNodeReferencesAddForm::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

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

Class

WebformNodeReferencesAddForm
Form for adding webform node variants.

Namespace

Drupal\webform_node\Form

Code

protected $entityTypeManager;