You are here

protected function PropertyNumeric::opSimple in EntityFieldQuery Views Backend 8

File

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

Class

PropertyNumeric
Filter handler for numeric properties.

Namespace

Drupal\efq_views\Plugin\views\filter

Code

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