You are here

function efq_views_handler_filter_property_numeric::op_simple in EntityFieldQuery Views Backend 7

Overrides views_handler_filter_numeric::op_simple

File

handlers/efq_views_handler_filter_property_numeric.inc, line 7

Class

efq_views_handler_filter_property_numeric
Filter handler for numeric properties.

Code

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