You are here

protected property WebformSubmissionListBuilder::$sourceEntity in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformSubmissionListBuilder.php \Drupal\webform\WebformSubmissionListBuilder::sourceEntity

The entity that a webform is attached to. Currently only applies to nodes.

Type: \Drupal\Core\Entity\EntityInterface

File

src/WebformSubmissionListBuilder.php, line 154

Class

WebformSubmissionListBuilder
Provides a list controller for webform submission entity.

Namespace

Drupal\webform

Code

protected $sourceEntity;