You are here

protected property WebformBulkFormBase::$entityTypeManager in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Form/WebformBulkFormBase.php \Drupal\webform\Form\WebformBulkFormBase::entityTypeManager

The entity manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Form/WebformBulkFormBase.php, line 35

Class

WebformBulkFormBase
Provides the webform bulk form base.

Namespace

Drupal\webform\Form

Code

protected $entityTypeManager;