You are here

protected property EntityViewBuilder::$entityType in Drupal 8

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

Information about the entity type.

Type: \Drupal\Core\Entity\EntityTypeInterface

File

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

Class

EntityViewBuilder
Base class for entity view builders.

Namespace

Drupal\Core\Entity

Code

protected $entityType;