You are here

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

The type of the entity being rendered.

Type: \Drupal\Core\Entity\EntityTypeInterface

File

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

Class

RendererBase
Defines a base class for entity renderers.

Namespace

Drupal\views\Entity\Render

Code

protected $entityType;