You are here

public property RendererBase::$view in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Entity/Render/RendererBase.php \Drupal\views\Entity\Render\RendererBase::view

The view executable wrapping the view storage entity.

Type: \Drupal\views\ViewExecutable

File

core/modules/views/src/Entity/Render/RendererBase.php, line 23

Class

RendererBase
Defines a base class for entity renderers.

Namespace

Drupal\views\Entity\Render

Code

public $view;