function FilterBooleanOperatorDefaultTest::query

Overrides BooleanOperator::query

File

core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterBooleanOperatorDefaultTest.php, line 21

Class

FilterBooleanOperatorDefaultTest
Filter to test queryOpBoolean() with default operator.

Namespace

Drupal\views_test_data\Plugin\views\filter

Code

public function query() {
  $this->ensureMyTable();
  $field = "{$this->tableAlias}.{$this->realField}";
  $this->queryOpBoolean($field);
}

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