You are here

protected property Bundle::$entityTypeId 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::entityTypeId

The entity type for the filter.

Type: string

File

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

Class

Bundle
Filter class which allows filtering by entity bundles.

Namespace

Drupal\views\Plugin\views\filter

Code

protected $entityTypeId;