You are here

protected property RendererBase::$build 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::build

Contains an array of render arrays, one for each rendered entity.

Type: array

File

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

Class

RendererBase
Defines a base class for entity renderers.

Namespace

Drupal\views\Entity\Render

Code

protected $build;