You are here

protected function WebformSubmissionSubmittedToTrait::getView in Webform Views Integration 8.5

Returns the top object of a view.

Return value

\Drupal\views\ViewExecutable The view object.

Overrides EntityTranslationRenderTrait::getView

File

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

Class

WebformSubmissionSubmittedToTrait
Reasonable starting point for fields regarding source entity.

Namespace

Drupal\webform_views\Plugin\views\field

Code

protected function getView() {
  return $this->view;
}