protected property Entity::$entityType

Same name in this branch
  1. 8.x drupal/core/lib/Drupal/Core/Entity/Entity.php \Drupal\Core\Entity\Entity::entityType
  2. 8.x drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/Entity.php \Drupal\views\Plugin\views\area\Entity::entityType

The entity type.

Type: string

File

drupal/core/lib/Drupal/Core/Entity/Entity.php, line 39
Contains \Drupal\Core\Entity\Entity.

Class

Entity
Defines a base entity class.

Namespace

Drupal\Core\Entity

Code

protected $entityType;