You are here

protected property WebformSubmissionBulkForm::$entityTypeId in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Form/WebformSubmissionBulkForm.php \Drupal\webform\Form\WebformSubmissionBulkForm::entityTypeId

The entity type.

Type: string

Overrides WebformBulkFormBase::$entityTypeId

File

src/Form/WebformSubmissionBulkForm.php, line 15

Class

WebformSubmissionBulkForm
Provides the webform submission bulk form.

Namespace

Drupal\webform\Form

Code

protected $entityTypeId = 'webform_submission';