You are here

public function WebformSubmissionSubmittedToTrait::query in Webform Views Integration 8.5

File

src/Plugin/views/field/WebformSubmissionSubmittedToTrait.php, line 33

Class

WebformSubmissionSubmittedToTrait
Reasonable starting point for fields regarding source entity.

Namespace

Drupal\webform_views\Plugin\views\field

Code

public function query() {

  // Do nothing, just override the parent.
}