You are here

protected property Bundle::$entityType in Drupal 9

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

The entity type definition.

Type: \Drupal\Core\Entity\EntityTypeInterface

File

core/modules/views/src/Plugin/views/filter/Bundle.php, line 32

Class

Bundle
Filter class which allows filtering by entity bundles.

Namespace

Drupal\views\Plugin\views\filter

Code

protected $entityType;