You are here

protected function PropertyString::opSimple in EntityFieldQuery Views Backend 8

File

src/Plugin/views/filter/PropertyString.php, line 22
Contains \Drupal\efq_views\Plugin\views\filter\PropertyString.

Class

PropertyString
Filter handler for textual properties.

Namespace

Drupal\efq_views\Plugin\views\filter

Code

protected function opSimple($column) {
  $this->query->query
    ->propertyCondition($column, $this->value, $this->operator);
}