You are here

protected property EntityViewBuilder::$entityTypeId in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/EntityViewBuilder.php \Drupal\Core\Entity\EntityViewBuilder::entityTypeId
  2. 10 core/lib/Drupal/Core/Entity/EntityViewBuilder.php \Drupal\Core\Entity\EntityViewBuilder::entityTypeId

The type of entities for which this view builder is instantiated.

Type: string

File

core/lib/Drupal/Core/Entity/EntityViewBuilder.php, line 30

Class

EntityViewBuilder
Base class for entity view builders.

Namespace

Drupal\Core\Entity

Code

protected $entityTypeId;