You are here

protected property EntityViewBuilder::$entityTypeId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 32
Contains \Drupal\Core\Entity\EntityViewBuilder.

Class

EntityViewBuilder
Base class for entity view builders.

Namespace

Drupal\Core\Entity

Code

protected $entityTypeId;