You are here

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

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

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

Overrides WebformEntityStorageTrait::$entityTypeManager

File

src/Form/WebformSubmissionsDeleteFormBase.php, line 51

Class

WebformSubmissionsDeleteFormBase
Base webform for deleting webform submission.

Namespace

Drupal\webform\Form

Code

protected $entityTypeManager;