function EntityFieldRenderer::getView
Returns the top object of a view.
Return value
\Drupal\views\ViewExecutable The view object.
Overrides EntityTranslationRenderTrait::getView
File
- 
              core/
modules/ views/ src/ Entity/ Render/ EntityFieldRenderer.php, line 116  
Class
- EntityFieldRenderer
 - Renders entity fields.
 
Namespace
Drupal\views\Entity\RenderCode
protected function getView() {
  return $this->view;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.