You are here

protected property EntityViewsData::$entityType in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/EntityViewsData.php \Drupal\views\EntityViewsData::entityType

Entity type for this views controller instance.

Type: \Drupal\Core\Entity\EntityTypeInterface

File

core/modules/views/src/EntityViewsData.php, line 35
Contains \Drupal\views\EntityViewsData.

Class

EntityViewsData
Provides generic views integration for entities.

Namespace

Drupal\views

Code

protected $entityType;