function Bundle::query

Overrides InOperator::query

File

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

Class

Bundle
Filter class which allows filtering by entity bundles.

Namespace

Drupal\views\Plugin\views\filter

Code

public function query() {
  // Make sure that the entity base table is in the query.
  $this->ensureMyTable();
  parent::query();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.